Html Css Color HEX #484DBF Free Speech Blue

📋 copy color: '#484DBF'

red 72 ◦ green 77 ◦ blue 191

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

Shades of Free Speech Blue #484DBF

Tints of Free Speech Blue #484DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 56.18%

R = 21.18%
G = 22.65%
B = 56.18%

CMYK

 C value IS 0.62

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#484DBF (or 0x484DBF) is known color: Free Speech Blue. HEX triplet: 48, 4D and BF. RGB value is (72,77,191). Sum of RGB (Red+Green+Blue) = 72+77+191=340 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.18% from 340); Green value is 77 (30.47% from 255 or 22.65% from 340); Blue value is 191 (75% from 255 or 56.18% from 340); Max value from RGB is 191 - color contains mainly: blue. Hex color #484DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484DBF is #B7B240. Grayscale: #585858. Windows color (decimal): -12038721 or 12537160. OLE color: 12537160.

HSL color Cylindrical-coordinate representation of color #484DBF: hue angle of 237.48º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #484DBF is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 77 191 -
CMYK 0.62 0.60 0 0.25
HSL 237.48º 0.48% 0.52% -
HSV(B) 237.48º 0.62% 0.75% -
XYZ 14.73 10.45 50.53 -
YUV 88.5 185.84 116.23 -
System Red Green Blue C M Y K H S L
Decimal 72 77 191 0.62 0.60 0 0.25 237.48 0.48 0.52
Hex 48 4D BF 3E 3C 0 19 ED 30 34
Octal 110 115 277 76 74 0 31 355 60 64
Binary 1001000 1001101 10111111 111110 111100 0 11001 11101101 110000 110100

Color Harmonies of #484DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484DBF

Black with #484DBF

Text Example


Text Example

White with #484DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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