Html Css Color HEX #475BB4 Free Speech Blue

📋 copy color: '#475BB4'

red 71 ◦ green 91 ◦ blue 180

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

Shades of Free Speech Blue #475BB4

Tints of Free Speech Blue #475BB4

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.61%

 BLUE value IS 180 (70.7% from 255) = 52.63%

R = 20.76%
G = 26.61%
B = 52.63%

CMYK

 C value IS 0.61

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#475BB4 (or 0x475BB4) is known color: Free Speech Blue. HEX triplet: 47, 5B and B4. RGB value is (71,91,180). Sum of RGB (Red+Green+Blue) = 71+91+180=342 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.76% from 342); Green value is 91 (35.94% from 255 or 26.61% from 342); Blue value is 180 (70.70% from 255 or 52.63% from 342); Max value from RGB is 180 - color contains mainly: blue. Hex color #475BB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475BB4 is #B8A44B. Grayscale: #5E5E5E. Windows color (decimal): -12100684 or 11819847. OLE color: 11819847.

HSL color Cylindrical-coordinate representation of color #475BB4: hue angle of 228.99º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #475BB4 is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 71 91 180 -
CMYK 0.61 0.49 0 0.29
HSL 228.99º 0.43% 0.49% -
HSV(B) 228.99º 0.61% 0.71% -
XYZ 14.58 12.12 44.75 -
YUV 95.17 175.87 110.76 -
System Red Green Blue C M Y K H S L
Decimal 71 91 180 0.61 0.49 0 0.29 228.99 0.43 0.49
Hex 47 5B B4 3D 31 0 1D E5 2B 31
Octal 107 133 264 75 61 0 35 345 53 61
Binary 1000111 1011011 10110100 111101 110001 0 11101 11100101 101011 110001

Color Harmonies of #475BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475BB4

Black with #475BB4

Text Example


Text Example

White with #475BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,91,180); }

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

background-color css

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

 a { background-color: rgb(71,91,180); }

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

border-color css

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

 span { border-color: rgb(71,91,180); }

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