Html Css Color HEX #474DC6 Free Speech Blue

📋 copy color: '#474DC6'

red 71 ◦ green 77 ◦ blue 198

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

Shades of Free Speech Blue #474DC6

Tints of Free Speech Blue #474DC6

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.25%

 BLUE value IS 198 (77.73% from 255) = 57.23%

R = 20.52%
G = 22.25%
B = 57.23%

CMYK

 C value IS 0.64

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#474DC6 (or 0x474DC6) is known color: Free Speech Blue. HEX triplet: 47, 4D and C6. RGB value is (71,77,198). Sum of RGB (Red+Green+Blue) = 71+77+198=346 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.52% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 198 (77.73% from 255 or 57.23% from 346); Max value from RGB is 198 - color contains mainly: blue. Hex color #474DC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #474DC6 is #B8B239. Grayscale: #585858. Windows color (decimal): -12104250 or 12995911. OLE color: 12995911.

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

Color convert

RGB 71 77 198 -
CMYK 0.64 0.61 0 0.22
HSL 237.17º 0.53% 0.53% -
HSV(B) 237.17º 0.64% 0.78% -
XYZ 15.45 10.72 54.68 -
YUV 89 189.51 115.16 -
System Red Green Blue C M Y K H S L
Decimal 71 77 198 0.64 0.61 0 0.22 237.17 0.53 0.53
Hex 47 4D C6 40 3D 0 16 ED 35 35
Octal 107 115 306 100 75 0 26 355 65 65
Binary 1000111 1001101 11000110 1000000 111101 0 10110 11101101 110101 110101

Color Harmonies of #474DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474DC6

Black with #474DC6

Text Example


Text Example

White with #474DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,77,198); }

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

background-color css

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

 a { background-color: rgb(71,77,198); }

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

border-color css

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

 span { border-color: rgb(71,77,198); }

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