Html Css Color HEX #4758AB Governor Bay

📋 copy color: '#4758AB'

red 71 ◦ green 88 ◦ blue 171

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

Shades of Governor Bay #4758AB

Tints of Governor Bay #4758AB

RGB

 RED value IS 71 (28.13% from 255) = 21.52%

 GREEN value IS 88 (34.77% from 255) = 26.67%

 BLUE value IS 171 (67.19% from 255) = 51.82%

R = 21.52%
G = 26.67%
B = 51.82%

CMYK

 C value IS 0.58

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4758AB (or 0x4758AB) is known color: Governor Bay. HEX triplet: 47, 58 and AB. RGB value is (71,88,171). Sum of RGB (Red+Green+Blue) = 71+88+171=330 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.52% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #4758AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4758AB is #B8A754. Grayscale: #5C5C5C. Windows color (decimal): -12101461 or 11229255. OLE color: 11229255.

HSL color Cylindrical-coordinate representation of color #4758AB: hue angle of 229.8º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4758AB is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 88 171 -
CMYK 0.58 0.49 0 0.33
HSL 229.8º 0.41% 0.47% -
HSV(B) 229.8º 0.58% 0.67% -
XYZ 13.44 11.26 39.99 -
YUV 92.38 172.37 112.75 -
System Red Green Blue C M Y K H S L
Decimal 71 88 171 0.58 0.49 0 0.33 229.8 0.41 0.47
Hex 47 58 AB 3A 31 0 21 E6 29 2F
Octal 107 130 253 72 61 0 41 346 51 57
Binary 1000111 1011000 10101011 111010 110001 0 100001 11100110 101001 101111

Color Harmonies of #4758AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4758AB

Black with #4758AB

Text Example


Text Example

White with #4758AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4758AB; }

 p { color: rgb(71,88,171); }

 H1.HeaderClassName
 {
   color: #4758AB;
 }
 .AnyTagClassName
 {
   color: #4758AB;
 }
</style>

background-color css

<style>
 a { background-color: #4758AB; }

 a { background-color: rgb(71,88,171); }

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

border-color css

<style>
 span { border-color: #4758AB; }

 span { border-color: rgb(71,88,171); }

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