#425BC4

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

Shades of Free Speech Blue #425BC4

Tints of Free Speech Blue #425BC4

Color information

#425BC4 (or 0x425BC4) is unknown color: approx Free Speech Blue. HEX triplet: 42, 5B and C4. RGB value is (66,91,196). Sum of RGB (Red+Green+Blue) = 66+91+196=353 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.70% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 196 (76.95% from 255 or 55.52% from 353); Max value from RGB is 196 - color contains mainly: blue. Hex color #425BC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425BC4 is #BDA43B. Grayscale: #5F5F5F. Windows color (decimal): -12428348 or 12868418. OLE color: 12868418.

HSL color Cylindrical-coordinate representation of color #425BC4: hue angle of 228.46º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #425BC4 is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB6691196-
CMYK0.660.5400.23
HSL228.46º52.42%51.37%-
HSV(B)228.46º66.33%76.86%-
XYZ15.9512.6353.82-
YUV95.5184.72106.96-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.70%
GREEN value IS 91 (35.94% from 255) = 25.78%
BLUE value IS 196 (76.95% from 255) = 55.52%
R=18.70%
G=25.78%
B=55.52%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal66911960.660.5400.23228.4652.4251.37
Hex425BC44236017e43433
Octal102133304102660273446463
Binary1000010101101111000100100001011011001011111100100110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425BC4; }

 p { color: rgb(66,91,196); }

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

<style>
 a { background-color: #425BC4; }

 a { background-color: rgb(66,91,196); }

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

<style>
 span { border-color: #425BC4; }

 span { border-color: rgb(66,91,196); }

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