Html Css Color HEX #475CBC Free Speech Blue

📋 copy color: '#475CBC'

red 71 ◦ green 92 ◦ blue 188

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

Shades of Free Speech Blue #475CBC

Tints of Free Speech Blue #475CBC

RGB

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

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

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

R = 20.23%
G = 26.21%
B = 53.56%

CMYK

 C value IS 0.62

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#475CBC (or 0x475CBC) is known color: Free Speech Blue. HEX triplet: 47, 5C and BC. RGB value is (71,92,188). Sum of RGB (Red+Green+Blue) = 71+92+188=351 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.23% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #475CBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475CBC is #B8A343. Grayscale: #606060. Windows color (decimal): -12100420 or 12344391. OLE color: 12344391.

HSL color Cylindrical-coordinate representation of color #475CBC: hue angle of 229.23º 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 #475CBC is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 71 92 188 -
CMYK 0.62 0.51 0 0.26
HSL 229.23º 0.47% 0.51% -
HSV(B) 229.23º 0.62% 0.74% -
XYZ 15.5 12.62 49.2 -
YUV 96.67 179.54 109.69 -
System Red Green Blue C M Y K H S L
Decimal 71 92 188 0.62 0.51 0 0.26 229.23 0.47 0.51
Hex 47 5C BC 3E 33 0 1A E5 2F 33
Octal 107 134 274 76 63 0 32 345 57 63
Binary 1000111 1011100 10111100 111110 110011 0 11010 11100101 101111 110011

Color Harmonies of #475CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475CBC

Black with #475CBC

Text Example


Text Example

White with #475CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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