Html Css Color HEX #484EC0 Free Speech Blue

📋 copy color: '#484EC0'

red 72 ◦ green 78 ◦ blue 192

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

Shades of Free Speech Blue #484EC0

Tints of Free Speech Blue #484EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 56.14%

R = 21.05%
G = 22.81%
B = 56.14%

CMYK

 C value IS 0.63

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#484EC0 (or 0x484EC0) is known color: Free Speech Blue. HEX triplet: 48, 4E and C0. RGB value is (72,78,192). Sum of RGB (Red+Green+Blue) = 72+78+192=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 78 (30.86% from 255 or 22.81% from 342); Blue value is 192 (75.39% from 255 or 56.14% from 342); Max value from RGB is 192 - color contains mainly: blue. Hex color #484EC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484EC0 is #B7B13F. Grayscale: #585858. Windows color (decimal): -12038464 or 12602952. OLE color: 12602952.

HSL color Cylindrical-coordinate representation of color #484EC0: hue angle of 237º degrees, saturation: 0.49, 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 #484EC0 is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 78 192 -
CMYK 0.63 0.59 0 0.25
HSL 237º 0.49% 0.52% -
HSV(B) 237º 0.63% 0.75% -
XYZ 14.91 10.63 51.14 -
YUV 89.2 186.01 115.73 -
System Red Green Blue C M Y K H S L
Decimal 72 78 192 0.63 0.59 0 0.25 237 0.49 0.52
Hex 48 4E C0 3F 3B 0 19 ED 31 34
Octal 110 116 300 77 73 0 31 355 61 64
Binary 1001000 1001110 11000000 111111 111011 0 11001 11101101 110001 110100

Color Harmonies of #484EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484EC0

Black with #484EC0

Text Example


Text Example

White with #484EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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