Html Css Color HEX #473ECB Free Speech Blue

📋 copy color: '#473ECB'

red 71 ◦ green 62 ◦ blue 203

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

Shades of Free Speech Blue #473ECB

Tints of Free Speech Blue #473ECB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.45%

 BLUE value IS 203 (79.69% from 255) = 60.42%

R = 21.13%
G = 18.45%
B = 60.42%

CMYK

 C value IS 0.65

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#473ECB (or 0x473ECB) is known color: Free Speech Blue. HEX triplet: 47, 3E and CB. RGB value is (71,62,203). Sum of RGB (Red+Green+Blue) = 71+62+203=336 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.13% from 336); Green value is 62 (24.61% from 255 or 18.45% from 336); Blue value is 203 (79.69% from 255 or 60.42% from 336); Max value from RGB is 203 - color contains mainly: blue. Hex color #473ECB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473ECB is #B8C134. Grayscale: #505050. Windows color (decimal): -12108085 or 13319751. OLE color: 13319751.

HSL color Cylindrical-coordinate representation of color #473ECB: hue angle of 243.83º 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 #473ECB is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 71 62 203 -
CMYK 0.65 0.69 0 0.20
HSL 243.83º 0.58% 0.52% -
HSV(B) 243.83º 0.69% 0.8% -
XYZ 15.1 9.1 57.46 -
YUV 80.77 196.98 121.04 -
System Red Green Blue C M Y K H S L
Decimal 71 62 203 0.65 0.69 0 0.20 243.83 0.58 0.52
Hex 47 3E CB 41 45 0 14 F4 3A 34
Octal 107 76 313 101 105 0 24 364 72 64
Binary 1000111 111110 11001011 1000001 1000101 0 10100 11110100 111010 110100

Color Harmonies of #473ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473ECB

Black with #473ECB

Text Example


Text Example

White with #473ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,62,203); }

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

background-color css

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

 a { background-color: rgb(71,62,203); }

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

border-color css

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

 span { border-color: rgb(71,62,203); }

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