Html Css Color HEX #473FCC Free Speech Blue

📋 copy color: '#473FCC'

red 71 ◦ green 63 ◦ blue 204

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

Shades of Free Speech Blue #473FCC

Tints of Free Speech Blue #473FCC

RGB

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

 GREEN value IS 63 (25% from 255) = 18.64%

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

R = 21.01%
G = 18.64%
B = 60.36%

CMYK

 C value IS 0.65

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#473FCC (or 0x473FCC) is known color: Free Speech Blue. HEX triplet: 47, 3F and CC. RGB value is (71,63,204). Sum of RGB (Red+Green+Blue) = 71+63+204=338 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.01% from 338); Green value is 63 (25% from 255 or 18.64% from 338); Blue value is 204 (80.08% from 255 or 60.36% from 338); Max value from RGB is 204 - color contains mainly: blue. Hex color #473FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473FCC is #B8C033. Grayscale: #505050. Windows color (decimal): -12107828 or 13385543. OLE color: 13385543.

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

Color convert

RGB 71 63 204 -
CMYK 0.65 0.69 0 0.2
HSL 243.4º 0.58% 0.52% -
HSV(B) 243.4º 0.69% 0.8% -
XYZ 15.28 9.25 58.11 -
YUV 81.47 197.15 120.54 -
System Red Green Blue C M Y K H S L
Decimal 71 63 204 0.65 0.69 0 0.2 243.4 0.58 0.52
Hex 47 3F CC 41 45 0 14 F3 3A 34
Octal 107 77 314 101 105 0 24 363 72 64
Binary 1000111 111111 11001100 1000001 1000101 0 10100 11110011 111010 110100

Color Harmonies of #473FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473FCC

Black with #473FCC

Text Example


Text Example

White with #473FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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