Html Css Color HEX #4247AB Governor Bay

📋 copy color: '#4247AB'

red 66 ◦ green 71 ◦ blue 171

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

Shades of Governor Bay #4247AB

Tints of Governor Bay #4247AB

RGB

 RED value IS 66 (26.17% from 255) = 21.43%

 GREEN value IS 71 (28.13% from 255) = 23.05%

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

R = 21.43%
G = 23.05%
B = 55.52%

CMYK

 C value IS 0.61

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4247AB (or 0x4247AB) is known color: Governor Bay. HEX triplet: 42, 47 and AB. RGB value is (66,71,171). Sum of RGB (Red+Green+Blue) = 66+71+171=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 171 (67.19% from 255 or 55.52% from 308); Max value from RGB is 171 - color contains mainly: blue. Hex color #4247AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4247AB is #BDB854. Grayscale: #505050. Windows color (decimal): -12433493 or 11224898. OLE color: 11224898.

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

Color convert

RGB 66 71 171 -
CMYK 0.61 0.58 0 0.33
HSL 237.14º 0.44% 0.46% -
HSV(B) 237.14º 0.61% 0.67% -
XYZ 11.85 8.61 39.56 -
YUV 80.91 178.84 117.37 -
System Red Green Blue C M Y K H S L
Decimal 66 71 171 0.61 0.58 0 0.33 237.14 0.44 0.46
Hex 42 47 AB 3D 3A 0 21 ED 2C 2E
Octal 102 107 253 75 72 0 41 355 54 56
Binary 1000010 1000111 10101011 111101 111010 0 100001 11101101 101100 101110

Color Harmonies of #4247AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4247AB

Black with #4247AB

Text Example


Text Example

White with #4247AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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