Html Css Color HEX #4A558B Governor Bay

📋 copy color: '#4A558B'

red 74 ◦ green 85 ◦ blue 139

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

Shades of Governor Bay #4A558B

Tints of Governor Bay #4A558B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.52%

 BLUE value IS 139 (54.69% from 255) = 46.64%

R = 24.83%
G = 28.52%
B = 46.64%

CMYK

 C value IS 0.47

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4A558B (or 0x4A558B) is known color: Governor Bay. HEX triplet: 4A, 55 and 8B. RGB value is (74,85,139). Sum of RGB (Red+Green+Blue) = 74+85+139=298 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.83% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 139 (54.69% from 255 or 46.64% from 298); Max value from RGB is 139 - color contains mainly: blue. Hex color #4A558B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A558B is #B5AA74. Grayscale: #575757. Windows color (decimal): -11905653 or 9131338. OLE color: 9131338.

HSL color Cylindrical-coordinate representation of color #4A558B: hue angle of 229.85º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4A558B is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 74 85 139 -
CMYK 0.47 0.39 0 0.45
HSL 229.85º 0.31% 0.42% -
HSV(B) 229.85º 0.47% 0.55% -
XYZ 10.73 9.82 25.76 -
YUV 87.87 156.86 118.11 -
System Red Green Blue C M Y K H S L
Decimal 74 85 139 0.47 0.39 0 0.45 229.85 0.31 0.42
Hex 4A 55 8B 2F 27 0 2D E6 1F 2A
Octal 112 125 213 57 47 0 55 346 37 52
Binary 1001010 1010101 10001011 101111 100111 0 101101 11100110 11111 101010

Color Harmonies of #4A558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A558B

Black with #4A558B

Text Example


Text Example

White with #4A558B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,85,139); }

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

background-color css

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

 a { background-color: rgb(74,85,139); }

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

border-color css

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

 span { border-color: rgb(74,85,139); }

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