Html Css Color HEX #48508C Governor Bay

📋 copy color: '#48508C'

red 72 ◦ green 80 ◦ blue 140

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

Shades of Governor Bay #48508C

Tints of Governor Bay #48508C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.4%

 BLUE value IS 140 (55.08% from 255) = 47.95%

R = 24.66%
G = 27.4%
B = 47.95%

CMYK

 C value IS 0.49

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#48508C (or 0x48508C) is known color: Governor Bay. HEX triplet: 48, 50 and 8C. RGB value is (72,80,140). Sum of RGB (Red+Green+Blue) = 72+80+140=292 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.66% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 140 (55.08% from 255 or 47.95% from 292); Max value from RGB is 140 - color contains mainly: blue. Hex color #48508C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48508C is #B7AF73. Grayscale: #545454. Windows color (decimal): -12038004 or 9195592. OLE color: 9195592.

HSL color Cylindrical-coordinate representation of color #48508C: hue angle of 232.94º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #48508C is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 80 140 -
CMYK 0.49 0.43 0 0.45
HSL 232.94º 0.32% 0.42% -
HSV(B) 232.94º 0.49% 0.55% -
XYZ 10.27 9.01 26.01 -
YUV 84.45 159.35 119.12 -
System Red Green Blue C M Y K H S L
Decimal 72 80 140 0.49 0.43 0 0.45 232.94 0.32 0.42
Hex 48 50 8C 31 2B 0 2D E9 20 2A
Octal 110 120 214 61 53 0 55 351 40 52
Binary 1001000 1010000 10001100 110001 101011 0 101101 11101001 100000 101010

Color Harmonies of #48508C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48508C

Black with #48508C

Text Example


Text Example

White with #48508C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,80,140); }

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

background-color css

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

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

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

border-color css

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

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

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