Html Css Color HEX #474CDC Free Speech Blue

📋 copy color: '#474CDC'

red 71 ◦ green 76 ◦ blue 220

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

Shades of Free Speech Blue #474CDC

Tints of Free Speech Blue #474CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 59.95%

R = 19.35%
G = 20.71%
B = 59.95%

CMYK

 C value IS 0.68

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#474CDC (or 0x474CDC) is known color: Free Speech Blue. HEX triplet: 47, 4C and DC. RGB value is (71,76,220). Sum of RGB (Red+Green+Blue) = 71+76+220=367 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.35% from 367); Green value is 76 (30.08% from 255 or 20.71% from 367); Blue value is 220 (86.33% from 255 or 59.95% from 367); Max value from RGB is 220 - color contains mainly: blue. Hex color #474CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #474CDC is #B8B323. Grayscale: #5A5A5A. Windows color (decimal): -12104484 or 14437447. OLE color: 14437447.

HSL color Cylindrical-coordinate representation of color #474CDC: hue angle of 237.99º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #474CDC is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 71 76 220 -
CMYK 0.68 0.65 0 0.14
HSL 237.99º 0.68% 0.57% -
HSV(B) 237.99º 0.68% 0.86% -
XYZ 18.1 11.68 69.01 -
YUV 90.92 200.84 113.79 -
System Red Green Blue C M Y K H S L
Decimal 71 76 220 0.68 0.65 0 0.14 237.99 0.68 0.57
Hex 47 4C DC 44 41 0 E EE 44 39
Octal 107 114 334 104 101 0 16 356 104 71
Binary 1000111 1001100 11011100 1000100 1000001 0 1110 11101110 1000100 111001

Color Harmonies of #474CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474CDC

Black with #474CDC

Text Example


Text Example

White with #474CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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