Html Css Color HEX #474BBA Free Speech Blue

📋 copy color: '#474BBA'

red 71 ◦ green 75 ◦ blue 186

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

Shades of Free Speech Blue #474BBA

Tints of Free Speech Blue #474BBA

RGB

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

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

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

R = 21.39%
G = 22.59%
B = 56.02%

CMYK

 C value IS 0.62

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#474BBA (or 0x474BBA) is known color: Free Speech Blue. HEX triplet: 47, 4B and BA. RGB value is (71,75,186). Sum of RGB (Red+Green+Blue) = 71+75+186=332 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.39% from 332); Green value is 75 (29.69% from 255 or 22.59% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #474BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #474BBA is #B8B445. Grayscale: #565656. Windows color (decimal): -12104774 or 12208967. OLE color: 12208967.

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

Color convert

RGB 71 75 186 -
CMYK 0.62 0.60 0 0.27
HSL 237.91º 0.45% 0.5% -
HSV(B) 237.91º 0.62% 0.73% -
XYZ 13.98 9.92 47.63 -
YUV 86.46 184.17 116.97 -
System Red Green Blue C M Y K H S L
Decimal 71 75 186 0.62 0.60 0 0.27 237.91 0.45 0.5
Hex 47 4B BA 3E 3C 0 1B EE 2D 32
Octal 107 113 272 76 74 0 33 356 55 62
Binary 1000111 1001011 10111010 111110 111100 0 11011 11101110 101101 110010

Color Harmonies of #474BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474BBA

Black with #474BBA

Text Example


Text Example

White with #474BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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