Html Css Color HEX #473ACC Free Speech Blue

📋 copy color: '#473ACC'

red 71 ◦ green 58 ◦ blue 204

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

Shades of Free Speech Blue #473ACC

Tints of Free Speech Blue #473ACC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.42%

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

R = 21.32%
G = 17.42%
B = 61.26%

CMYK

 C value IS 0.65

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#473ACC (or 0x473ACC) is known color: Free Speech Blue. HEX triplet: 47, 3A and CC. RGB value is (71,58,204). Sum of RGB (Red+Green+Blue) = 71+58+204=333 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.32% from 333); Green value is 58 (23.05% from 255 or 17.42% from 333); Blue value is 204 (80.08% from 255 or 61.26% from 333); Max value from RGB is 204 - color contains mainly: blue. Hex color #473ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473ACC is #B8C533. Grayscale: #4D4D4D. Windows color (decimal): -12109108 or 13384263. OLE color: 13384263.

HSL color Cylindrical-coordinate representation of color #473ACC: hue angle of 245.34º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #473ACC is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 71 58 204 -
CMYK 0.65 0.72 0 0.2
HSL 245.34º 0.59% 0.51% -
HSV(B) 245.34º 0.72% 0.8% -
XYZ 15.01 8.73 58.02 -
YUV 78.53 198.81 122.63 -
System Red Green Blue C M Y K H S L
Decimal 71 58 204 0.65 0.72 0 0.2 245.34 0.59 0.51
Hex 47 3A CC 41 48 0 14 F5 3B 33
Octal 107 72 314 101 110 0 24 365 73 63
Binary 1000111 111010 11001100 1000001 1001000 0 10100 11110101 111011 110011

Color Harmonies of #473ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473ACC

Black with #473ACC

Text Example


Text Example

White with #473ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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