Html Css Color HEX #444BAE Governor Bay

📋 copy color: '#444BAE'

red 68 ◦ green 75 ◦ blue 174

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

Shades of Governor Bay #444BAE

Tints of Governor Bay #444BAE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.66%

 BLUE value IS 174 (68.36% from 255) = 54.89%

R = 21.45%
G = 23.66%
B = 54.89%

CMYK

 C value IS 0.61

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#444BAE (or 0x444BAE) is known color: Governor Bay. HEX triplet: 44, 4B and AE. RGB value is (68,75,174). Sum of RGB (Red+Green+Blue) = 68+75+174=317 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.45% from 317); Green value is 75 (29.69% from 255 or 23.66% from 317); Blue value is 174 (68.36% from 255 or 54.89% from 317); Max value from RGB is 174 - color contains mainly: blue. Hex color #444BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444BAE is #BBB451. Grayscale: #535353. Windows color (decimal): -12301394 or 11422532. OLE color: 11422532.

HSL color Cylindrical-coordinate representation of color #444BAE: hue angle of 236.04º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #444BAE is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 68 75 174 -
CMYK 0.61 0.57 0 0.32
HSL 236.04º 0.44% 0.47% -
HSV(B) 236.04º 0.61% 0.68% -
XYZ 12.54 9.32 41.18 -
YUV 84.19 178.68 116.45 -
System Red Green Blue C M Y K H S L
Decimal 68 75 174 0.61 0.57 0 0.32 236.04 0.44 0.47
Hex 44 4B AE 3D 39 0 20 EC 2C 2F
Octal 104 113 256 75 71 0 40 354 54 57
Binary 1000100 1001011 10101110 111101 111001 0 100000 11101100 101100 101111

Color Harmonies of #444BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444BAE

Black with #444BAE

Text Example


Text Example

White with #444BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,75,174); }

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

background-color css

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

 a { background-color: rgb(68,75,174); }

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

border-color css

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

 span { border-color: rgb(68,75,174); }

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