Html Css Color HEX #4744AB Governor Bay

📋 copy color: '#4744AB'

red 71 ◦ green 68 ◦ blue 171

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

Shades of Governor Bay #4744AB

Tints of Governor Bay #4744AB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.94%

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

R = 22.9%
G = 21.94%
B = 55.16%

CMYK

 C value IS 0.58

 M value IS 0.60

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4744AB (or 0x4744AB) is known color: Governor Bay. HEX triplet: 47, 44 and AB. RGB value is (71,68,171). Sum of RGB (Red+Green+Blue) = 71+68+171=310 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.90% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #4744AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4744AB is #B8BB54. Grayscale: #505050. Windows color (decimal): -12106581 or 11224135. OLE color: 11224135.

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

Color convert

RGB 71 68 171 -
CMYK 0.58 0.60 0 0.33
HSL 241.75º 0.43% 0.47% -
HSV(B) 241.75º 0.6% 0.67% -
XYZ 12.02 8.41 39.52 -
YUV 80.64 178.99 121.12 -
System Red Green Blue C M Y K H S L
Decimal 71 68 171 0.58 0.60 0 0.33 241.75 0.43 0.47
Hex 47 44 AB 3A 3C 0 21 F2 2B 2F
Octal 107 104 253 72 74 0 41 362 53 57
Binary 1000111 1000100 10101011 111010 111100 0 100001 11110010 101011 101111

Color Harmonies of #4744AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4744AB

Black with #4744AB

Text Example


Text Example

White with #4744AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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