Html Css Color HEX #484FDB Free Speech Blue

📋 copy color: '#484FDB'

red 72 ◦ green 79 ◦ blue 219

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

Shades of Free Speech Blue #484FDB

Tints of Free Speech Blue #484FDB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.35%

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

R = 19.46%
G = 21.35%
B = 59.19%

CMYK

 C value IS 0.67

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#484FDB (or 0x484FDB) is known color: Free Speech Blue. HEX triplet: 48, 4F and DB. RGB value is (72,79,219). Sum of RGB (Red+Green+Blue) = 72+79+219=370 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.46% from 370); Green value is 79 (31.25% from 255 or 21.35% from 370); Blue value is 219 (85.94% from 255 or 59.19% from 370); Max value from RGB is 219 - color contains mainly: blue. Hex color #484FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484FDB is #B7B024. Grayscale: #5C5C5C. Windows color (decimal): -12038181 or 14372680. OLE color: 14372680.

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

Color convert

RGB 72 79 219 -
CMYK 0.67 0.64 0 0.14
HSL 237.14º 0.67% 0.57% -
HSV(B) 237.14º 0.67% 0.86% -
XYZ 18.25 12.08 68.39 -
YUV 92.87 199.18 113.12 -
System Red Green Blue C M Y K H S L
Decimal 72 79 219 0.67 0.64 0 0.14 237.14 0.67 0.57
Hex 48 4F DB 43 40 0 E ED 43 39
Octal 110 117 333 103 100 0 16 355 103 71
Binary 1001000 1001111 11011011 1000011 1000000 0 1110 11101101 1000011 111001

Color Harmonies of #484FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484FDB

Black with #484FDB

Text Example


Text Example

White with #484FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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