Html Css Color HEX #474CC5 Free Speech Blue

📋 copy color: '#474CC5'

red 71 ◦ green 76 ◦ blue 197

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

Shades of Free Speech Blue #474CC5

Tints of Free Speech Blue #474CC5

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.09%

 BLUE value IS 197 (77.34% from 255) = 57.27%

R = 20.64%
G = 22.09%
B = 57.27%

CMYK

 C value IS 0.64

 M value IS 0.61

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#474CC5 (or 0x474CC5) is known color: Free Speech Blue. HEX triplet: 47, 4C and C5. RGB value is (71,76,197). Sum of RGB (Red+Green+Blue) = 71+76+197=344 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.64% from 344); Green value is 76 (30.08% from 255 or 22.09% from 344); Blue value is 197 (77.34% from 255 or 57.27% from 344); Max value from RGB is 197 - color contains mainly: blue. Hex color #474CC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #474CC5 is #B8B33A. Grayscale: #575757. Windows color (decimal): -12104507 or 12930119. OLE color: 12930119.

HSL color Cylindrical-coordinate representation of color #474CC5: hue angle of 237.62º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #474CC5 is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 71 76 197 -
CMYK 0.64 0.61 0 0.23
HSL 237.62º 0.52% 0.53% -
HSV(B) 237.62º 0.64% 0.77% -
XYZ 15.26 10.54 54.05 -
YUV 88.3 189.34 115.66 -
System Red Green Blue C M Y K H S L
Decimal 71 76 197 0.64 0.61 0 0.23 237.62 0.52 0.53
Hex 47 4C C5 40 3D 0 17 EE 34 35
Octal 107 114 305 100 75 0 27 356 64 65
Binary 1000111 1001100 11000101 1000000 111101 0 10111 11101110 110100 110101

Color Harmonies of #474CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474CC5

Black with #474CC5

Text Example


Text Example

White with #474CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,76,197); }

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

background-color css

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

 a { background-color: rgb(71,76,197); }

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

border-color css

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

 span { border-color: rgb(71,76,197); }

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