Html Css Color HEX #474ABB Free Speech Blue

📋 copy color: '#474ABB'

red 71 ◦ green 74 ◦ blue 187

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

Shades of Free Speech Blue #474ABB

Tints of Free Speech Blue #474ABB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.29%

 BLUE value IS 187 (73.44% from 255) = 56.33%

R = 21.39%
G = 22.29%
B = 56.33%

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

#474ABB (or 0x474ABB) is known color: Free Speech Blue. HEX triplet: 47, 4A and BB. RGB value is (71,74,187). Sum of RGB (Red+Green+Blue) = 71+74+187=332 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.39% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 187 (73.44% from 255 or 56.33% from 332); Max value from RGB is 187 - color contains mainly: blue. Hex color #474ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #474ABB is #B8B544. Grayscale: #555555. Windows color (decimal): -12105029 or 12274247. OLE color: 12274247.

HSL color Cylindrical-coordinate representation of color #474ABB: hue angle of 238.45º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #474ABB is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 71 74 187 -
CMYK 0.62 0.60 0 0.27
HSL 238.45º 0.46% 0.51% -
HSV(B) 238.45º 0.62% 0.73% -
XYZ 14.02 9.83 48.17 -
YUV 85.99 185.01 117.31 -
System Red Green Blue C M Y K H S L
Decimal 71 74 187 0.62 0.60 0 0.27 238.45 0.46 0.51
Hex 47 4A BB 3E 3C 0 1B EE 2E 33
Octal 107 112 273 76 74 0 33 356 56 63
Binary 1000111 1001010 10111011 111110 111100 0 11011 11101110 101110 110011

Color Harmonies of #474ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474ABB

Black with #474ABB

Text Example


Text Example

White with #474ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,74,187); }

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

background-color css

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

 a { background-color: rgb(71,74,187); }

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

border-color css

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

 span { border-color: rgb(71,74,187); }

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