Html Css Color HEX #444799 Governor Bay

📋 copy color: '#444799'

red 68 ◦ green 71 ◦ blue 153

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

Shades of Governor Bay #444799

Tints of Governor Bay #444799

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 52.4%

R = 23.29%
G = 24.32%
B = 52.4%

CMYK

 C value IS 0.56

 M value IS 0.54

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#444799 (or 0x444799) is known color: Governor Bay. HEX triplet: 44, 47 and 99. RGB value is (68,71,153). Sum of RGB (Red+Green+Blue) = 68+71+153=292 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.29% from 292); Green value is 71 (28.12% from 255 or 24.32% from 292); Blue value is 153 (60.16% from 255 or 52.40% from 292); Max value from RGB is 153 - color contains mainly: blue. Hex color #444799 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444799 is #BBB866. Grayscale: #4F4F4F. Windows color (decimal): -12302439 or 10045252. OLE color: 10045252.

HSL color Cylindrical-coordinate representation of color #444799: hue angle of 237.88º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #444799 is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 68 71 153 -
CMYK 0.56 0.54 0 0.4
HSL 237.88º 0.38% 0.43% -
HSV(B) 237.88º 0.56% 0.6% -
XYZ 10.39 8.04 31.14 -
YUV 79.45 169.51 119.83 -
System Red Green Blue C M Y K H S L
Decimal 68 71 153 0.56 0.54 0 0.4 237.88 0.38 0.43
Hex 44 47 99 38 36 0 28 EE 26 2B
Octal 104 107 231 70 66 0 50 356 46 53
Binary 1000100 1000111 10011001 111000 110110 0 101000 11101110 100110 101011

Color Harmonies of #444799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444799

Black with #444799

Text Example


Text Example

White with #444799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444799; }

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

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

background-color css

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

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

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

border-color css

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

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

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