Html Css Color HEX #444FAA Governor Bay

📋 copy color: '#444FAA'

red 68 ◦ green 79 ◦ blue 170

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

Shades of Governor Bay #444FAA

Tints of Governor Bay #444FAA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.92%

 BLUE value IS 170 (66.8% from 255) = 53.63%

R = 21.45%
G = 24.92%
B = 53.63%

CMYK

 C value IS 0.6

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#444FAA (or 0x444FAA) is known color: Governor Bay. HEX triplet: 44, 4F and AA. RGB value is (68,79,170). Sum of RGB (Red+Green+Blue) = 68+79+170=317 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.45% from 317); Green value is 79 (31.25% from 255 or 24.92% from 317); Blue value is 170 (66.80% from 255 or 53.63% from 317); Max value from RGB is 170 - color contains mainly: blue. Hex color #444FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #444FAA is #BBB055. Grayscale: #555555. Windows color (decimal): -12300374 or 11161412. OLE color: 11161412.

HSL color Cylindrical-coordinate representation of color #444FAA: hue angle of 233.53º 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 #444FAA is Cyan = 0.6, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 79 170 -
CMYK 0.6 0.54 0 0.33
HSL 233.53º 0.43% 0.47% -
HSV(B) 233.53º 0.6% 0.67% -
XYZ 12.44 9.72 39.25 -
YUV 86.09 175.36 115.1 -
System Red Green Blue C M Y K H S L
Decimal 68 79 170 0.6 0.54 0 0.33 233.53 0.43 0.47
Hex 44 4F AA 3C 36 0 21 EA 2B 2F
Octal 104 117 252 74 66 0 41 352 53 57
Binary 1000100 1001111 10101010 111100 110110 0 100001 11101010 101011 101111

Color Harmonies of #444FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444FAA

Black with #444FAA

Text Example


Text Example

White with #444FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444FAA; }

 p { color: rgb(68,79,170); }

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

background-color css

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

 a { background-color: rgb(68,79,170); }

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

border-color css

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

 span { border-color: rgb(68,79,170); }

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