Html Css Color HEX #473CDA Free Speech Blue

📋 copy color: '#473CDA'

red 71 ◦ green 60 ◦ blue 218

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

Shades of Free Speech Blue #473CDA

Tints of Free Speech Blue #473CDA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.19%

 BLUE value IS 218 (85.55% from 255) = 62.46%

R = 20.34%
G = 17.19%
B = 62.46%

CMYK

 C value IS 0.67

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#473CDA (or 0x473CDA) is known color: Free Speech Blue. HEX triplet: 47, 3C and DA. RGB value is (71,60,218). Sum of RGB (Red+Green+Blue) = 71+60+218=349 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.34% from 349); Green value is 60 (23.83% from 255 or 17.19% from 349); Blue value is 218 (85.55% from 255 or 62.46% from 349); Max value from RGB is 218 - color contains mainly: blue. Hex color #473CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473CDA is #B8C325. Grayscale: #505050. Windows color (decimal): -12108582 or 14302279. OLE color: 14302279.

HSL color Cylindrical-coordinate representation of color #473CDA: hue angle of 244.18º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #473CDA is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 71 60 218 -
CMYK 0.67 0.72 0 0.15
HSL 244.18º 0.68% 0.55% -
HSV(B) 244.18º 0.72% 0.85% -
XYZ 16.87 9.63 67.3 -
YUV 81.3 205.14 120.65 -
System Red Green Blue C M Y K H S L
Decimal 71 60 218 0.67 0.72 0 0.15 244.18 0.68 0.55
Hex 47 3C DA 43 48 0 F F4 44 37
Octal 107 74 332 103 110 0 17 364 104 67
Binary 1000111 111100 11011010 1000011 1001000 0 1111 11110100 1000100 110111

Color Harmonies of #473CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473CDA

Black with #473CDA

Text Example


Text Example

White with #473CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,60,218); }

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

background-color css

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

 a { background-color: rgb(71,60,218); }

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

border-color css

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

 span { border-color: rgb(71,60,218); }

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