Html Css Color HEX #4442A9 Governor Bay

📋 copy color: '#4442A9'

red 68 ◦ green 66 ◦ blue 169

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

Shades of Governor Bay #4442A9

Tints of Governor Bay #4442A9

RGB

 RED value IS 68 (26.95% from 255) = 22.44%

 GREEN value IS 66 (26.17% from 255) = 21.78%

 BLUE value IS 169 (66.41% from 255) = 55.78%

R = 22.44%
G = 21.78%
B = 55.78%

CMYK

 C value IS 0.60

 M value IS 0.61

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#4442A9 (or 0x4442A9) is known color: Governor Bay. HEX triplet: 44, 42 and A9. RGB value is (68,66,169). Sum of RGB (Red+Green+Blue) = 68+66+169=303 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.44% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 169 (66.41% from 255 or 55.78% from 303); Max value from RGB is 169 - color contains mainly: blue. Hex color #4442A9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4442A9 is #BBBD56. Grayscale: #4D4D4D. Windows color (decimal): -12303703 or 11092548. OLE color: 11092548.

HSL color Cylindrical-coordinate representation of color #4442A9: hue angle of 241.17º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4442A9 is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 68 66 169 -
CMYK 0.60 0.61 0 0.34
HSL 241.17º 0.44% 0.46% -
HSV(B) 241.17º 0.61% 0.66% -
XYZ 11.49 7.99 38.47 -
YUV 78.34 179.16 120.62 -
System Red Green Blue C M Y K H S L
Decimal 68 66 169 0.60 0.61 0 0.34 241.17 0.44 0.46
Hex 44 42 A9 3C 3D 0 22 F1 2C 2E
Octal 104 102 251 74 75 0 42 361 54 56
Binary 1000100 1000010 10101001 111100 111101 0 100010 11110001 101100 101110

Color Harmonies of #4442A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4442A9

Black with #4442A9

Text Example


Text Example

White with #4442A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4442A9; }

 p { color: rgb(68,66,169); }

 H1.HeaderClassName
 {
   color: #4442A9;
 }
 .AnyTagClassName
 {
   color: #4442A9;
 }
</style>

background-color css

<style>
 a { background-color: #4442A9; }

 a { background-color: rgb(68,66,169); }

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

border-color css

<style>
 span { border-color: #4442A9; }

 span { border-color: rgb(68,66,169); }

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