Html Css Color HEX #484896 Governor Bay

📋 copy color: '#484896'

red 72 ◦ green 72 ◦ blue 150

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

Shades of Governor Bay #484896

Tints of Governor Bay #484896

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.49%

 BLUE value IS 150 (58.98% from 255) = 51.02%

R = 24.49%
G = 24.49%
B = 51.02%

CMYK

 C value IS 0.52

 M value IS 0.52

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#484896 (or 0x484896) is known color: Governor Bay. HEX triplet: 48, 48 and 96. RGB value is (72,72,150). Sum of RGB (Red+Green+Blue) = 72+72+150=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 150 (58.98% from 255 or 51.02% from 294); Max value from RGB is 150 - color contains mainly: blue. Hex color #484896 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484896 is #B7B769. Grayscale: #505050. Windows color (decimal): -12040042 or 9848904. OLE color: 9848904.

HSL color Cylindrical-coordinate representation of color #484896: hue angle of 240º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #484896 is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 72 72 150 -
CMYK 0.52 0.52 0 0.41
HSL 240º 0.35% 0.44% -
HSV(B) 240º 0.52% 0.59% -
XYZ 10.49 8.21 29.89 -
YUV 80.89 167 121.66 -
System Red Green Blue C M Y K H S L
Decimal 72 72 150 0.52 0.52 0 0.41 240 0.35 0.44
Hex 48 48 96 34 34 0 29 F0 23 2C
Octal 110 110 226 64 64 0 51 360 43 54
Binary 1001000 1001000 10010110 110100 110100 0 101001 11110000 100011 101100

Color Harmonies of #484896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484896

Black with #484896

Text Example


Text Example

White with #484896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484896; }

 p { color: rgb(72,72,150); }

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

background-color css

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

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

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

border-color css

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

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

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