Html Css Color HEX #474BBC Free Speech Blue

📋 copy color: '#474BBC'

red 71 ◦ green 75 ◦ blue 188

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

Shades of Free Speech Blue #474BBC

Tints of Free Speech Blue #474BBC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.46%

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

R = 21.26%
G = 22.46%
B = 56.29%

CMYK

 C value IS 0.62

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#474BBC (or 0x474BBC) is known color: Free Speech Blue. HEX triplet: 47, 4B and BC. RGB value is (71,75,188). Sum of RGB (Red+Green+Blue) = 71+75+188=334 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.26% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 188 (73.83% from 255 or 56.29% from 334); Max value from RGB is 188 - color contains mainly: blue. Hex color #474BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #474BBC is #B8B443. Grayscale: #565656. Windows color (decimal): -12104772 or 12340039. OLE color: 12340039.

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

Color convert

RGB 71 75 188 -
CMYK 0.62 0.60 0 0.26
HSL 237.95º 0.47% 0.51% -
HSV(B) 237.95º 0.62% 0.74% -
XYZ 14.19 10 48.76 -
YUV 86.69 185.17 116.81 -
System Red Green Blue C M Y K H S L
Decimal 71 75 188 0.62 0.60 0 0.26 237.95 0.47 0.51
Hex 47 4B BC 3E 3C 0 1A EE 2F 33
Octal 107 113 274 76 74 0 32 356 57 63
Binary 1000111 1001011 10111100 111110 111100 0 11010 11101110 101111 110011

Color Harmonies of #474BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474BBC

Black with #474BBC

Text Example


Text Example

White with #474BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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