Html Css Color HEX #475CBA Free Speech Blue

📋 copy color: '#475CBA'

red 71 ◦ green 92 ◦ blue 186

#475CBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #475CBA

Tints of Free Speech Blue #475CBA

RGB

 RED value IS 71 (28.13% from 255) = 20.34%

 GREEN value IS 92 (36.33% from 255) = 26.36%

 BLUE value IS 186 (73.05% from 255) = 53.3%

R = 20.34%
G = 26.36%
B = 53.3%

CMYK

 C value IS 0.62

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#475CBA (or 0x475CBA) is known color: Free Speech Blue. HEX triplet: 47, 5C and BA. RGB value is (71,92,186). Sum of RGB (Red+Green+Blue) = 71+92+186=349 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.34% from 349); Green value is 92 (36.33% from 255 or 26.36% from 349); Blue value is 186 (73.05% from 255 or 53.30% from 349); Max value from RGB is 186 - color contains mainly: blue. Hex color #475CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475CBA is #B8A345. Grayscale: #606060. Windows color (decimal): -12100422 or 12213319. OLE color: 12213319.

HSL color Cylindrical-coordinate representation of color #475CBA: hue angle of 229.04º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #475CBA is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 71 92 186 -
CMYK 0.62 0.51 0 0.27
HSL 229.04º 0.45% 0.5% -
HSV(B) 229.04º 0.62% 0.73% -
XYZ 15.29 12.54 48.07 -
YUV 96.44 178.54 109.86 -
System Red Green Blue C M Y K H S L
Decimal 71 92 186 0.62 0.51 0 0.27 229.04 0.45 0.5
Hex 47 5C BA 3E 33 0 1B E5 2D 32
Octal 107 134 272 76 63 0 33 345 55 62
Binary 1000111 1011100 10111010 111110 110011 0 11011 11100101 101101 110010

Color Harmonies of #475CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475CBA

Black with #475CBA

Text Example


Text Example

White with #475CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,92,186); }

 H1.HeaderClassName
 {
   color: #475CBA;
 }
 .AnyTagClassName
 {
   color: #475CBA;
 }
</style>

background-color css

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

 a { background-color: rgb(71,92,186); }

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

border-color css

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

 span { border-color: rgb(71,92,186); }

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