Html Css Color HEX #474EDA Free Speech Blue

📋 copy color: '#474EDA'

red 71 ◦ green 78 ◦ blue 218

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

Shades of Free Speech Blue #474EDA

Tints of Free Speech Blue #474EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 59.4%

R = 19.35%
G = 21.25%
B = 59.4%

CMYK

 C value IS 0.67

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#474EDA (or 0x474EDA) is known color: Free Speech Blue. HEX triplet: 47, 4E and DA. RGB value is (71,78,218). Sum of RGB (Red+Green+Blue) = 71+78+218=367 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.35% from 367); Green value is 78 (30.86% from 255 or 21.25% from 367); Blue value is 218 (85.55% from 255 or 59.40% from 367); Max value from RGB is 218 - color contains mainly: blue. Hex color #474EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #474EDA is #B8B125. Grayscale: #5B5B5B. Windows color (decimal): -12103974 or 14306887. OLE color: 14306887.

HSL color Cylindrical-coordinate representation of color #474EDA: hue angle of 237.14º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #474EDA is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 71 78 218 -
CMYK 0.67 0.64 0 0.15
HSL 237.14º 0.67% 0.57% -
HSV(B) 237.14º 0.67% 0.85% -
XYZ 17.98 11.85 67.67 -
YUV 91.87 199.18 113.12 -
System Red Green Blue C M Y K H S L
Decimal 71 78 218 0.67 0.64 0 0.15 237.14 0.67 0.57
Hex 47 4E DA 43 40 0 F ED 43 39
Octal 107 116 332 103 100 0 17 355 103 71
Binary 1000111 1001110 11011010 1000011 1000000 0 1111 11101101 1000011 111001

Color Harmonies of #474EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474EDA

Black with #474EDA

Text Example


Text Example

White with #474EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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