Html Css Color HEX #484DB5 Free Speech Blue

📋 copy color: '#484DB5'

red 72 ◦ green 77 ◦ blue 181

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

Shades of Free Speech Blue #484DB5

Tints of Free Speech Blue #484DB5

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.33%

 BLUE value IS 181 (71.09% from 255) = 54.85%

R = 21.82%
G = 23.33%
B = 54.85%

CMYK

 C value IS 0.60

 M value IS 0.57

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#484DB5 (or 0x484DB5) is known color: Free Speech Blue. HEX triplet: 48, 4D and B5. RGB value is (72,77,181). Sum of RGB (Red+Green+Blue) = 72+77+181=330 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.82% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 181 (71.09% from 255 or 54.85% from 330); Max value from RGB is 181 - color contains mainly: blue. Hex color #484DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484DB5 is #B7B24A. Grayscale: #565656. Windows color (decimal): -12038731 or 11881800. OLE color: 11881800.

HSL color Cylindrical-coordinate representation of color #484DB5: hue angle of 237.25º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #484DB5 is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 72 77 181 -
CMYK 0.60 0.57 0 0.29
HSL 237.25º 0.43% 0.5% -
HSV(B) 237.25º 0.6% 0.71% -
XYZ 13.67 10.02 44.93 -
YUV 87.36 180.84 117.04 -
System Red Green Blue C M Y K H S L
Decimal 72 77 181 0.60 0.57 0 0.29 237.25 0.43 0.5
Hex 48 4D B5 3C 39 0 1D ED 2B 32
Octal 110 115 265 74 71 0 35 355 53 62
Binary 1001000 1001101 10110101 111100 111001 0 11101 11101101 101011 110010

Color Harmonies of #484DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484DB5

Black with #484DB5

Text Example


Text Example

White with #484DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,77,181); }

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

background-color css

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

 a { background-color: rgb(72,77,181); }

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

border-color css

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

 span { border-color: rgb(72,77,181); }

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