Html Css Color HEX #473DDA Free Speech Blue

📋 copy color: '#473DDA'

red 71 ◦ green 61 ◦ blue 218

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

Shades of Free Speech Blue #473DDA

Tints of Free Speech Blue #473DDA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.43%

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

R = 20.29%
G = 17.43%
B = 62.29%

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

#473DDA (or 0x473DDA) is known color: Free Speech Blue. HEX triplet: 47, 3D and DA. RGB value is (71,61,218). Sum of RGB (Red+Green+Blue) = 71+61+218=350 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.29% from 350); Green value is 61 (24.22% from 255 or 17.43% from 350); Blue value is 218 (85.55% from 255 or 62.29% from 350); Max value from RGB is 218 - color contains mainly: blue. Hex color #473DDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473DDA is #B8C225. Grayscale: #515151. Windows color (decimal): -12108326 or 14302535. OLE color: 14302535.

HSL color Cylindrical-coordinate representation of color #473DDA: hue angle of 243.82º 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 #473DDA is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 71 61 218 -
CMYK 0.67 0.72 0 0.15
HSL 243.82º 0.68% 0.55% -
HSV(B) 243.82º 0.72% 0.85% -
XYZ 16.92 9.74 67.32 -
YUV 81.89 204.81 120.23 -
System Red Green Blue C M Y K H S L
Decimal 71 61 218 0.67 0.72 0 0.15 243.82 0.68 0.55
Hex 47 3D DA 43 48 0 F F4 44 37
Octal 107 75 332 103 110 0 17 364 104 67
Binary 1000111 111101 11011010 1000011 1001000 0 1111 11110100 1000100 110111

Color Harmonies of #473DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473DDA

Black with #473DDA

Text Example


Text Example

White with #473DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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