Html Css Color HEX #473EBA Free Speech Blue

📋 copy color: '#473EBA'

red 71 ◦ green 62 ◦ blue 186

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

Shades of Free Speech Blue #473EBA

Tints of Free Speech Blue #473EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 58.31%

R = 22.26%
G = 19.44%
B = 58.31%

CMYK

 C value IS 0.62

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#473EBA (or 0x473EBA) is known color: Free Speech Blue. HEX triplet: 47, 3E and BA. RGB value is (71,62,186). Sum of RGB (Red+Green+Blue) = 71+62+186=319 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.26% from 319); Green value is 62 (24.61% from 255 or 19.44% from 319); Blue value is 186 (73.05% from 255 or 58.31% from 319); Max value from RGB is 186 - color contains mainly: blue. Hex color #473EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473EBA is #B8C145. Grayscale: #4E4E4E. Windows color (decimal): -12108102 or 12205639. OLE color: 12205639.

HSL color Cylindrical-coordinate representation of color #473EBA: hue angle of 244.35º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #473EBA is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 71 62 186 -
CMYK 0.62 0.67 0 0.27
HSL 244.35º 0.5% 0.49% -
HSV(B) 244.35º 0.67% 0.73% -
XYZ 13.18 8.33 47.37 -
YUV 78.83 188.48 122.42 -
System Red Green Blue C M Y K H S L
Decimal 71 62 186 0.62 0.67 0 0.27 244.35 0.5 0.49
Hex 47 3E BA 3E 43 0 1B F4 32 31
Octal 107 76 272 76 103 0 33 364 62 61
Binary 1000111 111110 10111010 111110 1000011 0 11011 11110100 110010 110001

Color Harmonies of #473EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473EBA

Black with #473EBA

Text Example


Text Example

White with #473EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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