Html Css Color HEX #48538E Governor Bay

📋 copy color: '#48538E'

red 72 ◦ green 83 ◦ blue 142

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

Shades of Governor Bay #48538E

Tints of Governor Bay #48538E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.95%

 BLUE value IS 142 (55.86% from 255) = 47.81%

R = 24.24%
G = 27.95%
B = 47.81%

CMYK

 C value IS 0.49

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#48538E (or 0x48538E) is known color: Governor Bay. HEX triplet: 48, 53 and 8E. RGB value is (72,83,142). Sum of RGB (Red+Green+Blue) = 72+83+142=297 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.24% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 142 (55.86% from 255 or 47.81% from 297); Max value from RGB is 142 - color contains mainly: blue. Hex color #48538E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48538E is #B7AC71. Grayscale: #565656. Windows color (decimal): -12037234 or 9327432. OLE color: 9327432.

HSL color Cylindrical-coordinate representation of color #48538E: hue angle of 230.57º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #48538E is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 72 83 142 -
CMYK 0.49 0.42 0 0.44
HSL 230.57º 0.33% 0.42% -
HSV(B) 230.57º 0.49% 0.56% -
XYZ 10.65 9.52 26.87 -
YUV 86.44 159.36 117.7 -
System Red Green Blue C M Y K H S L
Decimal 72 83 142 0.49 0.42 0 0.44 230.57 0.33 0.42
Hex 48 53 8E 31 2A 0 2C E7 21 2A
Octal 110 123 216 61 52 0 54 347 41 52
Binary 1001000 1010011 10001110 110001 101010 0 101100 11100111 100001 101010

Color Harmonies of #48538E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48538E

Black with #48538E

Text Example


Text Example

White with #48538E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48538E; }

 p { color: rgb(72,83,142); }

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

background-color css

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

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

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

border-color css

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

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

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