Html Css Color HEX #484EC8 Free Speech Blue

📋 copy color: '#484EC8'

red 72 ◦ green 78 ◦ blue 200

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

Shades of Free Speech Blue #484EC8

Tints of Free Speech Blue #484EC8

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.29%

 BLUE value IS 200 (78.52% from 255) = 57.14%

R = 20.57%
G = 22.29%
B = 57.14%

CMYK

 C value IS 0.64

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#484EC8 (or 0x484EC8) is known color: Free Speech Blue. HEX triplet: 48, 4E and C8. RGB value is (72,78,200). Sum of RGB (Red+Green+Blue) = 72+78+200=350 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.57% from 350); Green value is 78 (30.86% from 255 or 22.29% from 350); Blue value is 200 (78.52% from 255 or 57.14% from 350); Max value from RGB is 200 - color contains mainly: blue. Hex color #484EC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484EC8 is #B7B137. Grayscale: #595959. Windows color (decimal): -12038456 or 13127240. OLE color: 13127240.

HSL color Cylindrical-coordinate representation of color #484EC8: hue angle of 237.19º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #484EC8 is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 72 78 200 -
CMYK 0.64 0.61 0 0.22
HSL 237.19º 0.54% 0.53% -
HSV(B) 237.19º 0.64% 0.78% -
XYZ 15.82 11 55.93 -
YUV 90.11 190.01 115.08 -
System Red Green Blue C M Y K H S L
Decimal 72 78 200 0.64 0.61 0 0.22 237.19 0.54 0.53
Hex 48 4E C8 40 3D 0 16 ED 36 35
Octal 110 116 310 100 75 0 26 355 66 65
Binary 1001000 1001110 11001000 1000000 111101 0 10110 11101101 110110 110101

Color Harmonies of #484EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484EC8

Black with #484EC8

Text Example


Text Example

White with #484EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,78,200); }

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

background-color css

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

 a { background-color: rgb(72,78,200); }

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

border-color css

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

 span { border-color: rgb(72,78,200); }

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