Html Css Color HEX #473EC8 Free Speech Blue

📋 copy color: '#473EC8'

red 71 ◦ green 62 ◦ blue 200

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

Shades of Free Speech Blue #473EC8

Tints of Free Speech Blue #473EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 60.06%

R = 21.32%
G = 18.62%
B = 60.06%

CMYK

 C value IS 0.64

 M value IS 0.69

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#473EC8 (or 0x473EC8) is known color: Free Speech Blue. HEX triplet: 47, 3E and C8. RGB value is (71,62,200). Sum of RGB (Red+Green+Blue) = 71+62+200=333 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.32% from 333); Green value is 62 (24.61% from 255 or 18.62% from 333); Blue value is 200 (78.52% from 255 or 60.06% from 333); Max value from RGB is 200 - color contains mainly: blue. Hex color #473EC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473EC8 is #B8C137. Grayscale: #4F4F4F. Windows color (decimal): -12108088 or 13123143. OLE color: 13123143.

HSL color Cylindrical-coordinate representation of color #473EC8: hue angle of 243.91º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #473EC8 is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 71 62 200 -
CMYK 0.64 0.69 0 0.22
HSL 243.91º 0.56% 0.51% -
HSV(B) 243.91º 0.69% 0.78% -
XYZ 14.75 8.95 55.59 -
YUV 80.42 195.48 121.28 -
System Red Green Blue C M Y K H S L
Decimal 71 62 200 0.64 0.69 0 0.22 243.91 0.56 0.51
Hex 47 3E C8 40 45 0 16 F4 38 33
Octal 107 76 310 100 105 0 26 364 70 63
Binary 1000111 111110 11001000 1000000 1000101 0 10110 11110100 111000 110011

Color Harmonies of #473EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473EC8

Black with #473EC8

Text Example


Text Example

White with #473EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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