Html Css Color HEX #483FDB Free Speech Blue

📋 copy color: '#483FDB'

red 72 ◦ green 63 ◦ blue 219

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

Shades of Free Speech Blue #483FDB

Tints of Free Speech Blue #483FDB

RGB

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

 GREEN value IS 63 (25% from 255) = 17.8%

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

R = 20.34%
G = 17.8%
B = 61.86%

CMYK

 C value IS 0.67

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#483FDB (or 0x483FDB) is known color: Free Speech Blue. HEX triplet: 48, 3F and DB. RGB value is (72,63,219). Sum of RGB (Red+Green+Blue) = 72+63+219=354 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.34% from 354); Green value is 63 (25% from 255 or 17.80% from 354); Blue value is 219 (85.94% from 255 or 61.86% from 354); Max value from RGB is 219 - color contains mainly: blue. Hex color #483FDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483FDB is #B7C024. Grayscale: #525252. Windows color (decimal): -12042277 or 14368584. OLE color: 14368584.

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

Color convert

RGB 72 63 219 -
CMYK 0.67 0.71 0 0.14
HSL 243.46º 0.68% 0.55% -
HSV(B) 243.46º 0.71% 0.86% -
XYZ 17.24 10.05 68.05 -
YUV 83.48 204.48 119.82 -
System Red Green Blue C M Y K H S L
Decimal 72 63 219 0.67 0.71 0 0.14 243.46 0.68 0.55
Hex 48 3F DB 43 47 0 E F3 44 37
Octal 110 77 333 103 107 0 16 363 104 67
Binary 1001000 111111 11011011 1000011 1000111 0 1110 11110011 1000100 110111

Color Harmonies of #483FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483FDB

Black with #483FDB

Text Example


Text Example

White with #483FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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