Html Css Color HEX #4A508F Governor Bay

📋 copy color: '#4A508F'

red 74 ◦ green 80 ◦ blue 143

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

Shades of Governor Bay #4A508F

Tints of Governor Bay #4A508F

RGB

 RED value IS 74 (29.3% from 255) = 24.92%

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

 BLUE value IS 143 (56.25% from 255) = 48.15%

R = 24.92%
G = 26.94%
B = 48.15%

CMYK

 C value IS 0.48

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4A508F (or 0x4A508F) is known color: Governor Bay. HEX triplet: 4A, 50 and 8F. RGB value is (74,80,143). Sum of RGB (Red+Green+Blue) = 74+80+143=297 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.92% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 143 (56.25% from 255 or 48.15% from 297); Max value from RGB is 143 - color contains mainly: blue. Hex color #4A508F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A508F is #B5AF70. Grayscale: #555555. Windows color (decimal): -11906929 or 9392202. OLE color: 9392202.

HSL color Cylindrical-coordinate representation of color #4A508F: hue angle of 234.78º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4A508F is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 74 80 143 -
CMYK 0.48 0.44 0 0.44
HSL 234.78º 0.32% 0.43% -
HSV(B) 234.78º 0.48% 0.56% -
XYZ 10.65 9.18 27.2 -
YUV 85.39 160.51 119.88 -
System Red Green Blue C M Y K H S L
Decimal 74 80 143 0.48 0.44 0 0.44 234.78 0.32 0.43
Hex 4A 50 8F 30 2C 0 2C EB 20 2B
Octal 112 120 217 60 54 0 54 353 40 53
Binary 1001010 1010000 10001111 110000 101100 0 101100 11101011 100000 101011

Color Harmonies of #4A508F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A508F

Black with #4A508F

Text Example


Text Example

White with #4A508F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A508F; }

 p { color: rgb(74,80,143); }

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

background-color css

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

 a { background-color: rgb(74,80,143); }

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

border-color css

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

 span { border-color: rgb(74,80,143); }

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