Html Css Color HEX #48459C Governor Bay

📋 copy color: '#48459C'

red 72 ◦ green 69 ◦ blue 156

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

Shades of Governor Bay #48459C

Tints of Governor Bay #48459C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.23%

 BLUE value IS 156 (61.33% from 255) = 52.53%

R = 24.24%
G = 23.23%
B = 52.53%

CMYK

 C value IS 0.54

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#48459C (or 0x48459C) is known color: Governor Bay. HEX triplet: 48, 45 and 9C. RGB value is (72,69,156). Sum of RGB (Red+Green+Blue) = 72+69+156=297 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.24% from 297); Green value is 69 (27.34% from 255 or 23.23% from 297); Blue value is 156 (61.33% from 255 or 52.53% from 297); Max value from RGB is 156 - color contains mainly: blue. Hex color #48459C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48459C is #B7BA63. Grayscale: #4F4F4F. Windows color (decimal): -12040804 or 10241352. OLE color: 10241352.

HSL color Cylindrical-coordinate representation of color #48459C: hue angle of 242.07º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #48459C is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 72 69 156 -
CMYK 0.54 0.56 0 0.39
HSL 242.07º 0.39% 0.44% -
HSV(B) 242.07º 0.56% 0.61% -
XYZ 10.8 8.03 32.43 -
YUV 79.82 170.99 122.43 -
System Red Green Blue C M Y K H S L
Decimal 72 69 156 0.54 0.56 0 0.39 242.07 0.39 0.44
Hex 48 45 9C 36 38 0 27 F2 27 2C
Octal 110 105 234 66 70 0 47 362 47 54
Binary 1001000 1000101 10011100 110110 111000 0 100111 11110010 100111 101100

Color Harmonies of #48459C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48459C

Black with #48459C

Text Example


Text Example

White with #48459C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48459C; }

 p { color: rgb(72,69,156); }

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

background-color css

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

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

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

border-color css

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

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

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