Html Css Color HEX #475BBC Free Speech Blue

📋 copy color: '#475BBC'

red 71 ◦ green 91 ◦ blue 188

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

Shades of Free Speech Blue #475BBC

Tints of Free Speech Blue #475BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.71%

R = 20.29%
G = 26%
B = 53.71%

CMYK

 C value IS 0.62

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#475BBC (or 0x475BBC) is known color: Free Speech Blue. HEX triplet: 47, 5B and BC. RGB value is (71,91,188). Sum of RGB (Red+Green+Blue) = 71+91+188=350 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.29% from 350); Green value is 91 (35.94% from 255 or 26% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #475BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475BBC is #B8A443. Grayscale: #5F5F5F. Windows color (decimal): -12100676 or 12344135. OLE color: 12344135.

HSL color Cylindrical-coordinate representation of color #475BBC: hue angle of 229.74º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #475BBC is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 71 91 188 -
CMYK 0.62 0.52 0 0.26
HSL 229.74º 0.47% 0.51% -
HSV(B) 229.74º 0.62% 0.74% -
XYZ 15.42 12.45 49.17 -
YUV 96.08 179.87 110.11 -
System Red Green Blue C M Y K H S L
Decimal 71 91 188 0.62 0.52 0 0.26 229.74 0.47 0.51
Hex 47 5B BC 3E 34 0 1A E6 2F 33
Octal 107 133 274 76 64 0 32 346 57 63
Binary 1000111 1011011 10111100 111110 110100 0 11010 11100110 101111 110011

Color Harmonies of #475BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475BBC

Black with #475BBC

Text Example


Text Example

White with #475BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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