#475FC4

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

Shades of Free Speech Blue #475FC4

Tints of Free Speech Blue #475FC4

Color information

#475FC4 (or 0x475FC4) is unknown color: approx Free Speech Blue. HEX triplet: 47, 5F and C4. RGB value is (71,95,196). Sum of RGB (Red+Green+Blue) = 71+95+196=362 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.61% from 362); Green value is 95 (37.5% from 255 or 26.24% from 362); Blue value is 196 (76.95% from 255 or 54.14% from 362); Max value from RGB is 196 - color contains mainly: blue. Hex color #475FC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475FC4 is #B8A03B. Grayscale: #626262. Windows color (decimal): -12099644 or 12869447. OLE color: 12869447.

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

Color convert

RGB7195196-
CMYK0.640.5200.23
HSL228.48º51.44%52.35%-
HSV(B)228.48º63.78%76.86%-
XYZ16.6513.5153.95-
YUV99.34182.55107.79-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.61%
GREEN value IS 95 (37.5% from 255) = 26.24%
BLUE value IS 196 (76.95% from 255) = 54.14%
R=19.61%
G=26.24%
B=54.14%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal71951960.640.5200.23228.4851.4452.35
Hex475FC44034017e43334
Octal107137304100640273446364
Binary1000111101111111000100100000011010001011111100100110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475FC4; }

 p { color: rgb(71,95,196); }

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

<style>
 a { background-color: #475FC4; }

 a { background-color: rgb(71,95,196); }

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

<style>
 span { border-color: #475FC4; }

 span { border-color: rgb(71,95,196); }

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