Html Css Color HEX #484FC0 Free Speech Blue

📋 copy color: '#484FC0'

red 72 ◦ green 79 ◦ blue 192

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

Shades of Free Speech Blue #484FC0

Tints of Free Speech Blue #484FC0

RGB

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

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

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

R = 20.99%
G = 23.03%
B = 55.98%

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

#484FC0 (or 0x484FC0) is known color: Free Speech Blue. HEX triplet: 48, 4F and C0. RGB value is (72,79,192). Sum of RGB (Red+Green+Blue) = 72+79+192=343 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.99% from 343); Green value is 79 (31.25% from 255 or 23.03% from 343); Blue value is 192 (75.39% from 255 or 55.98% from 343); Max value from RGB is 192 - color contains mainly: blue. Hex color #484FC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484FC0 is #B7B03F. Grayscale: #595959. Windows color (decimal): -12038208 or 12603208. OLE color: 12603208.

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

Color convert

RGB 72 79 192 -
CMYK 0.63 0.59 0 0.25
HSL 236.5º 0.49% 0.52% -
HSV(B) 236.5º 0.63% 0.75% -
XYZ 14.98 10.78 51.16 -
YUV 89.79 185.68 115.31 -
System Red Green Blue C M Y K H S L
Decimal 72 79 192 0.63 0.59 0 0.25 236.5 0.49 0.52
Hex 48 4F C0 3F 3B 0 19 EC 31 34
Octal 110 117 300 77 73 0 31 354 61 64
Binary 1001000 1001111 11000000 111111 111011 0 11001 11101100 110001 110100

Color Harmonies of #484FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484FC0

Black with #484FC0

Text Example


Text Example

White with #484FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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