#423AB4

Color #423AB4 Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #423AB4

Tints of Free Speech Blue #423AB4

Color information

#423AB4 (or 0x423AB4) is unknown color: approx Free Speech Blue. HEX triplet: 42, 3A and B4. RGB value is (66,58,180). Sum of RGB (Red+Green+Blue) = 66+58+180=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 58 (23.05% from 255 or 19.08% from 304); Blue value is 180 (70.70% from 255 or 59.21% from 304); Max value from RGB is 180 - color contains mainly: blue. Hex color #423AB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #423AB4 is #BDC54B. Grayscale: #494949. Windows color (decimal): -12436812 or 11811394. OLE color: 11811394.

HSL color Cylindrical-coordinate representation of color #423AB4: hue angle of 243.93º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #423AB4 is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6658180-
CMYK0.630.6800.29
HSL243.93º51.26%46.67%-
HSV(B)243.93º67.78%70.59%-
XYZ127.4843.99-
YUV74.3187.65122.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 21.71%
GREEN value IS 58 (23.05% from 255) = 19.08%
BLUE value IS 180 (70.70% from 255) = 59.21%
R=21.71%
G=19.08%
B=59.21%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal66581800.630.6800.29243.9351.2646.67
Hex423AB43F4401Df4332f
Octal10272264771040353646357
Binary100001011101010110100111111100010001110111110100110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423AB4; }

 p { color: rgb(66,58,180); }

 H1.HeaderClassName
 {
   color: #423AB4;
 }
 .AnyTagClassName
 {
   color: #423AB4;
 }
</style>
background-color css

<style>
 a { background-color: #423AB4; }

 a { background-color: rgb(66,58,180); }

 div.DivClassName
 {
   background-color: #423AB4;
 }
 .BgClassName
 {
   background-color: #423AB4;
 }
</style>
border-color css

<style>
 span { border-color: #423AB4; }

 span { border-color: rgb(66,58,180); }

 td.TdClassName
 {
   border-color: #423AB4;
 }
 .TagClassName
 {
   border-color: #423AB4;
 }
</style>