Html Css Color HEX #473ECC Free Speech Blue

📋 copy color: '#473ECC'

red 71 ◦ green 62 ◦ blue 204

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

Shades of Free Speech Blue #473ECC

Tints of Free Speech Blue #473ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 60.53%

R = 21.07%
G = 18.4%
B = 60.53%

CMYK

 C value IS 0.65

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#473ECC (or 0x473ECC) is known color: Free Speech Blue. HEX triplet: 47, 3E and CC. RGB value is (71,62,204). Sum of RGB (Red+Green+Blue) = 71+62+204=337 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.07% from 337); Green value is 62 (24.61% from 255 or 18.40% from 337); Blue value is 204 (80.08% from 255 or 60.53% from 337); Max value from RGB is 204 - color contains mainly: blue. Hex color #473ECC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473ECC is #B8C133. Grayscale: #505050. Windows color (decimal): -12108084 or 13385287. OLE color: 13385287.

HSL color Cylindrical-coordinate representation of color #473ECC: hue angle of 243.8º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #473ECC is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 71 62 204 -
CMYK 0.65 0.70 0 0.2
HSL 243.8º 0.58% 0.52% -
HSV(B) 243.8º 0.7% 0.8% -
XYZ 15.22 9.14 58.09 -
YUV 80.88 197.48 120.95 -
System Red Green Blue C M Y K H S L
Decimal 71 62 204 0.65 0.70 0 0.2 243.8 0.58 0.52
Hex 47 3E CC 41 46 0 14 F4 3A 34
Octal 107 76 314 101 106 0 24 364 72 64
Binary 1000111 111110 11001100 1000001 1000110 0 10100 11110100 111010 110100

Color Harmonies of #473ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473ECC

Black with #473ECC

Text Example


Text Example

White with #473ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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