Html Css Color HEX #484CC0 Free Speech Blue

📋 copy color: '#484CC0'

red 72 ◦ green 76 ◦ blue 192

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

Shades of Free Speech Blue #484CC0

Tints of Free Speech Blue #484CC0

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.35%

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

R = 21.18%
G = 22.35%
B = 56.47%

CMYK

 C value IS 0.63

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#484CC0 (or 0x484CC0) is known color: Free Speech Blue. HEX triplet: 48, 4C and C0. RGB value is (72,76,192). Sum of RGB (Red+Green+Blue) = 72+76+192=340 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.18% from 340); Green value is 76 (30.08% from 255 or 22.35% from 340); Blue value is 192 (75.39% from 255 or 56.47% from 340); Max value from RGB is 192 - color contains mainly: blue. Hex color #484CC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #484CC0 is #B7B33F. Grayscale: #575757. Windows color (decimal): -12038976 or 12602440. OLE color: 12602440.

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

Color convert

RGB 72 76 192 -
CMYK 0.63 0.60 0 0.25
HSL 238º 0.49% 0.52% -
HSV(B) 238º 0.63% 0.75% -
XYZ 14.77 10.35 51.09 -
YUV 88.03 186.67 116.57 -
System Red Green Blue C M Y K H S L
Decimal 72 76 192 0.63 0.60 0 0.25 238 0.49 0.52
Hex 48 4C C0 3F 3C 0 19 EE 31 34
Octal 110 114 300 77 74 0 31 356 61 64
Binary 1001000 1001100 11000000 111111 111100 0 11001 11101110 110001 110100

Color Harmonies of #484CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484CC0

Black with #484CC0

Text Example


Text Example

White with #484CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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