Html Css Color HEX #483EDB Free Speech Blue

📋 copy color: '#483EDB'

red 72 ◦ green 62 ◦ blue 219

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

Shades of Free Speech Blue #483EDB

Tints of Free Speech Blue #483EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 62.04%

R = 20.4%
G = 17.56%
B = 62.04%

CMYK

 C value IS 0.67

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#483EDB (or 0x483EDB) is known color: Free Speech Blue. HEX triplet: 48, 3E and DB. RGB value is (72,62,219). Sum of RGB (Red+Green+Blue) = 72+62+219=353 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.40% from 353); Green value is 62 (24.61% from 255 or 17.56% from 353); Blue value is 219 (85.94% from 255 or 62.04% from 353); Max value from RGB is 219 - color contains mainly: blue. Hex color #483EDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483EDB is #B7C124. Grayscale: #525252. Windows color (decimal): -12042533 or 14368328. OLE color: 14368328.

HSL color Cylindrical-coordinate representation of color #483EDB: hue angle of 243.82º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #483EDB is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 72 62 219 -
CMYK 0.67 0.72 0 0.14
HSL 243.82º 0.69% 0.55% -
HSV(B) 243.82º 0.72% 0.86% -
XYZ 17.18 9.94 68.03 -
YUV 82.89 204.81 120.23 -
System Red Green Blue C M Y K H S L
Decimal 72 62 219 0.67 0.72 0 0.14 243.82 0.69 0.55
Hex 48 3E DB 43 48 0 E F4 45 37
Octal 110 76 333 103 110 0 16 364 105 67
Binary 1001000 111110 11011011 1000011 1001000 0 1110 11110100 1000101 110111

Color Harmonies of #483EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483EDB

Black with #483EDB

Text Example


Text Example

White with #483EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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