Html Css Color HEX #474DCE Free Speech Blue

📋 copy color: '#474DCE'

red 71 ◦ green 77 ◦ blue 206

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

Shades of Free Speech Blue #474DCE

Tints of Free Speech Blue #474DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 58.19%

R = 20.06%
G = 21.75%
B = 58.19%

CMYK

 C value IS 0.66

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#474DCE (or 0x474DCE) is known color: Free Speech Blue. HEX triplet: 47, 4D and CE. RGB value is (71,77,206). Sum of RGB (Red+Green+Blue) = 71+77+206=354 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.06% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 206 (80.86% from 255 or 58.19% from 354); Max value from RGB is 206 - color contains mainly: blue. Hex color #474DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #474DCE is #B8B231. Grayscale: #595959. Windows color (decimal): -12104242 or 13520199. OLE color: 13520199.

HSL color Cylindrical-coordinate representation of color #474DCE: hue angle of 237.33º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #474DCE is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 71 77 206 -
CMYK 0.66 0.63 0 0.19
HSL 237.33º 0.58% 0.54% -
HSV(B) 237.33º 0.66% 0.81% -
XYZ 16.39 11.1 59.67 -
YUV 89.91 193.51 114.51 -
System Red Green Blue C M Y K H S L
Decimal 71 77 206 0.66 0.63 0 0.19 237.33 0.58 0.54
Hex 47 4D CE 42 3F 0 13 ED 3A 36
Octal 107 115 316 102 77 0 23 355 72 66
Binary 1000111 1001101 11001110 1000010 111111 0 10011 11101101 111010 110110

Color Harmonies of #474DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474DCE

Black with #474DCE

Text Example


Text Example

White with #474DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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