Html Css Color HEX #473BCC Free Speech Blue

📋 copy color: '#473BCC'

red 71 ◦ green 59 ◦ blue 204

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

Shades of Free Speech Blue #473BCC

Tints of Free Speech Blue #473BCC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.66%

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

R = 21.26%
G = 17.66%
B = 61.08%

CMYK

 C value IS 0.65

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#473BCC (or 0x473BCC) is known color: Free Speech Blue. HEX triplet: 47, 3B and CC. RGB value is (71,59,204). Sum of RGB (Red+Green+Blue) = 71+59+204=334 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.26% from 334); Green value is 59 (23.44% from 255 or 17.66% from 334); Blue value is 204 (80.08% from 255 or 61.08% from 334); Max value from RGB is 204 - color contains mainly: blue. Hex color #473BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473BCC is #B8C433. Grayscale: #4E4E4E. Windows color (decimal): -12108852 or 13384519. OLE color: 13384519.

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

Color convert

RGB 71 59 204 -
CMYK 0.65 0.71 0 0.2
HSL 244.97º 0.59% 0.52% -
HSV(B) 244.97º 0.71% 0.8% -
XYZ 15.06 8.83 58.04 -
YUV 79.12 198.48 122.21 -
System Red Green Blue C M Y K H S L
Decimal 71 59 204 0.65 0.71 0 0.2 244.97 0.59 0.52
Hex 47 3B CC 41 47 0 14 F5 3B 34
Octal 107 73 314 101 107 0 24 365 73 64
Binary 1000111 111011 11001100 1000001 1000111 0 10100 11110101 111011 110100

Color Harmonies of #473BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473BCC

Black with #473BCC

Text Example


Text Example

White with #473BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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