Html Css Color HEX #483ECD Free Speech Blue

📋 copy color: '#483ECD'

red 72 ◦ green 62 ◦ blue 205

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

Shades of Free Speech Blue #483ECD

Tints of Free Speech Blue #483ECD

RGB

 RED value IS 72 (28.52% from 255) = 21.24%

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

 BLUE value IS 205 (80.47% from 255) = 60.47%

R = 21.24%
G = 18.29%
B = 60.47%

CMYK

 C value IS 0.65

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#483ECD (or 0x483ECD) is known color: Free Speech Blue. HEX triplet: 48, 3E and CD. RGB value is (72,62,205). Sum of RGB (Red+Green+Blue) = 72+62+205=339 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.24% from 339); Green value is 62 (24.61% from 255 or 18.29% from 339); Blue value is 205 (80.47% from 255 or 60.47% from 339); Max value from RGB is 205 - color contains mainly: blue. Hex color #483ECD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483ECD is #B7C132. Grayscale: #505050. Windows color (decimal): -12042547 or 13450824. OLE color: 13450824.

HSL color Cylindrical-coordinate representation of color #483ECD: hue angle of 244.2º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #483ECD is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 72 62 205 -
CMYK 0.65 0.70 0 0.20
HSL 244.2º 0.59% 0.52% -
HSV(B) 244.2º 0.7% 0.8% -
XYZ 15.41 9.23 58.73 -
YUV 81.29 197.81 121.37 -
System Red Green Blue C M Y K H S L
Decimal 72 62 205 0.65 0.70 0 0.20 244.2 0.59 0.52
Hex 48 3E CD 41 46 0 14 F4 3B 34
Octal 110 76 315 101 106 0 24 364 73 64
Binary 1001000 111110 11001101 1000001 1000110 0 10100 11110100 111011 110100

Color Harmonies of #483ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483ECD

Black with #483ECD

Text Example


Text Example

White with #483ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483ECD; }

 p { color: rgb(72,62,205); }

 H1.HeaderClassName
 {
   color: #483ECD;
 }
 .AnyTagClassName
 {
   color: #483ECD;
 }
</style>

background-color css

<style>
 a { background-color: #483ECD; }

 a { background-color: rgb(72,62,205); }

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

border-color css

<style>
 span { border-color: #483ECD; }

 span { border-color: rgb(72,62,205); }

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