Html Css Color HEX #444DAB Governor Bay

📋 copy color: '#444DAB'

red 68 ◦ green 77 ◦ blue 171

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

Shades of Governor Bay #444DAB

Tints of Governor Bay #444DAB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.37%

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

R = 21.52%
G = 24.37%
B = 54.11%

CMYK

 C value IS 0.60

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#444DAB (or 0x444DAB) is known color: Governor Bay. HEX triplet: 44, 4D and AB. RGB value is (68,77,171). Sum of RGB (Red+Green+Blue) = 68+77+171=316 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.52% from 316); Green value is 77 (30.47% from 255 or 24.37% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #444DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #444DAB is #BBB254. Grayscale: #545454. Windows color (decimal): -12300885 or 11226436. OLE color: 11226436.

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

Color convert

RGB 68 77 171 -
CMYK 0.60 0.55 0 0.33
HSL 234.76º 0.43% 0.47% -
HSV(B) 234.76º 0.6% 0.67% -
XYZ 12.39 9.48 39.7 -
YUV 85.03 176.52 115.86 -
System Red Green Blue C M Y K H S L
Decimal 68 77 171 0.60 0.55 0 0.33 234.76 0.43 0.47
Hex 44 4D AB 3C 37 0 21 EB 2B 2F
Octal 104 115 253 74 67 0 41 353 53 57
Binary 1000100 1001101 10101011 111100 110111 0 100001 11101011 101011 101111

Color Harmonies of #444DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444DAB

Black with #444DAB

Text Example


Text Example

White with #444DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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