Html Css Color HEX #473EDA Free Speech Blue

📋 copy color: '#473EDA'

red 71 ◦ green 62 ◦ blue 218

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

Shades of Free Speech Blue #473EDA

Tints of Free Speech Blue #473EDA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.66%

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

R = 20.23%
G = 17.66%
B = 62.11%

CMYK

 C value IS 0.67

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#473EDA (or 0x473EDA) is known color: Free Speech Blue. HEX triplet: 47, 3E and DA. RGB value is (71,62,218). Sum of RGB (Red+Green+Blue) = 71+62+218=351 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.23% from 351); Green value is 62 (24.61% from 255 or 17.66% from 351); Blue value is 218 (85.55% from 255 or 62.11% from 351); Max value from RGB is 218 - color contains mainly: blue. Hex color #473EDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473EDA is #B8C125. Grayscale: #515151. Windows color (decimal): -12108070 or 14302791. OLE color: 14302791.

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

Color convert

RGB 71 62 218 -
CMYK 0.67 0.72 0 0.15
HSL 243.46º 0.68% 0.55% -
HSV(B) 243.46º 0.72% 0.85% -
XYZ 16.98 9.85 67.34 -
YUV 82.48 204.48 119.82 -
System Red Green Blue C M Y K H S L
Decimal 71 62 218 0.67 0.72 0 0.15 243.46 0.68 0.55
Hex 47 3E DA 43 48 0 F F3 44 37
Octal 107 76 332 103 110 0 17 363 104 67
Binary 1000111 111110 11011010 1000011 1001000 0 1111 11110011 1000100 110111

Color Harmonies of #473EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473EDA

Black with #473EDA

Text Example


Text Example

White with #473EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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