Html Css Color HEX #474BDC Free Speech Blue

📋 copy color: '#474BDC'

red 71 ◦ green 75 ◦ blue 220

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

Shades of Free Speech Blue #474BDC

Tints of Free Speech Blue #474BDC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.49%

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

R = 19.4%
G = 20.49%
B = 60.11%

CMYK

 C value IS 0.68

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#474BDC (or 0x474BDC) is known color: Free Speech Blue. HEX triplet: 47, 4B and DC. RGB value is (71,75,220). Sum of RGB (Red+Green+Blue) = 71+75+220=366 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.40% from 366); Green value is 75 (29.69% from 255 or 20.49% from 366); Blue value is 220 (86.33% from 255 or 60.11% from 366); Max value from RGB is 220 - color contains mainly: blue. Hex color #474BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #474BDC is #B8B423. Grayscale: #595959. Windows color (decimal): -12104740 or 14437191. OLE color: 14437191.

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

Color convert

RGB 71 75 220 -
CMYK 0.68 0.66 0 0.14
HSL 238.39º 0.68% 0.57% -
HSV(B) 238.39º 0.68% 0.86% -
XYZ 18.03 11.54 68.99 -
YUV 90.33 201.17 114.21 -
System Red Green Blue C M Y K H S L
Decimal 71 75 220 0.68 0.66 0 0.14 238.39 0.68 0.57
Hex 47 4B DC 44 42 0 E EE 44 39
Octal 107 113 334 104 102 0 16 356 104 71
Binary 1000111 1001011 11011100 1000100 1000010 0 1110 11101110 1000100 111001

Color Harmonies of #474BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474BDC

Black with #474BDC

Text Example


Text Example

White with #474BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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