Html Css Color HEX #474DDC Free Speech Blue

📋 copy color: '#474DDC'

red 71 ◦ green 77 ◦ blue 220

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

Shades of Free Speech Blue #474DDC

Tints of Free Speech Blue #474DDC

RGB

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

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

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

R = 19.29%
G = 20.92%
B = 59.78%

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

#474DDC (or 0x474DDC) is known color: Free Speech Blue. HEX triplet: 47, 4D and DC. RGB value is (71,77,220). Sum of RGB (Red+Green+Blue) = 71+77+220=368 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.29% from 368); Green value is 77 (30.47% from 255 or 20.92% from 368); Blue value is 220 (86.33% from 255 or 59.78% from 368); Max value from RGB is 220 - color contains mainly: blue. Hex color #474DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #474DDC is #B8B223. Grayscale: #5A5A5A. Windows color (decimal): -12104228 or 14437703. OLE color: 14437703.

HSL color Cylindrical-coordinate representation of color #474DDC: hue angle of 237.58º 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 #474DDC is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 71 77 220 -
CMYK 0.68 0.65 0 0.14
HSL 237.58º 0.68% 0.57% -
HSV(B) 237.58º 0.68% 0.86% -
XYZ 18.17 11.81 69.03 -
YUV 91.51 200.51 113.37 -
System Red Green Blue C M Y K H S L
Decimal 71 77 220 0.68 0.65 0 0.14 237.58 0.68 0.57
Hex 47 4D DC 44 41 0 E EE 44 39
Octal 107 115 334 104 101 0 16 356 104 71
Binary 1000111 1001101 11011100 1000100 1000001 0 1110 11101110 1000100 111001

Color Harmonies of #474DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474DDC

Black with #474DDC

Text Example


Text Example

White with #474DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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