Html Css Color HEX #474ED5 Free Speech Blue

📋 copy color: '#474ED5'

red 71 ◦ green 78 ◦ blue 213

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

Shades of Free Speech Blue #474ED5

Tints of Free Speech Blue #474ED5

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.55%

 BLUE value IS 213 (83.59% from 255) = 58.84%

R = 19.61%
G = 21.55%
B = 58.84%

CMYK

 C value IS 0.67

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#474ED5 (or 0x474ED5) is known color: Free Speech Blue. HEX triplet: 47, 4E and D5. RGB value is (71,78,213). Sum of RGB (Red+Green+Blue) = 71+78+213=362 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.61% from 362); Green value is 78 (30.86% from 255 or 21.55% from 362); Blue value is 213 (83.59% from 255 or 58.84% from 362); Max value from RGB is 213 - color contains mainly: blue. Hex color #474ED5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #474ED5 is #B8B12A. Grayscale: #5A5A5A. Windows color (decimal): -12103979 or 13979207. OLE color: 13979207.

HSL color Cylindrical-coordinate representation of color #474ED5: hue angle of 237.04º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #474ED5 is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 71 78 213 -
CMYK 0.67 0.63 0 0.16
HSL 237.04º 0.63% 0.56% -
HSV(B) 237.04º 0.67% 0.84% -
XYZ 17.33 11.59 64.27 -
YUV 91.3 196.68 113.52 -
System Red Green Blue C M Y K H S L
Decimal 71 78 213 0.67 0.63 0 0.16 237.04 0.63 0.56
Hex 47 4E D5 43 3F 0 10 ED 3F 38
Octal 107 116 325 103 77 0 20 355 77 70
Binary 1000111 1001110 11010101 1000011 111111 0 10000 11101101 111111 111000

Color Harmonies of #474ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474ED5

Black with #474ED5

Text Example


Text Example

White with #474ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,78,213); }

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

background-color css

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

 a { background-color: rgb(71,78,213); }

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

border-color css

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

 span { border-color: rgb(71,78,213); }

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