Html Css Color HEX #474EDF Free Speech Blue

📋 copy color: '#474EDF'

red 71 ◦ green 78 ◦ blue 223

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

Shades of Free Speech Blue #474EDF

Tints of Free Speech Blue #474EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 59.95%

R = 19.09%
G = 20.97%
B = 59.95%

CMYK

 C value IS 0.68

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#474EDF (or 0x474EDF) is known color: Free Speech Blue. HEX triplet: 47, 4E and DF. RGB value is (71,78,223). Sum of RGB (Red+Green+Blue) = 71+78+223=372 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.09% from 372); Green value is 78 (30.86% from 255 or 20.97% from 372); Blue value is 223 (87.5% from 255 or 59.95% from 372); Max value from RGB is 223 - color contains mainly: blue. Hex color #474EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #474EDF is #B8B120. Grayscale: #5B5B5B. Windows color (decimal): -12103969 or 14634567. OLE color: 14634567.

HSL color Cylindrical-coordinate representation of color #474EDF: hue angle of 237.24º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #474EDF is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 71 78 223 -
CMYK 0.68 0.65 0 0.13
HSL 237.24º 0.7% 0.58% -
HSV(B) 237.24º 0.68% 0.87% -
XYZ 18.64 12.12 71.17 -
YUV 92.44 201.68 112.71 -
System Red Green Blue C M Y K H S L
Decimal 71 78 223 0.68 0.65 0 0.13 237.24 0.7 0.58
Hex 47 4E DF 44 41 0 D ED 46 3A
Octal 107 116 337 104 101 0 15 355 106 72
Binary 1000111 1001110 11011111 1000100 1000001 0 1101 11101101 1000110 111010

Color Harmonies of #474EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474EDF

Black with #474EDF

Text Example


Text Example

White with #474EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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