Html Css Color HEX #4449AF Governor Bay

📋 copy color: '#4449AF'

red 68 ◦ green 73 ◦ blue 175

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

Shades of Governor Bay #4449AF

Tints of Governor Bay #4449AF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.1%

 BLUE value IS 175 (68.75% from 255) = 55.38%

R = 21.52%
G = 23.1%
B = 55.38%

CMYK

 C value IS 0.61

 M value IS 0.58

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4449AF (or 0x4449AF) is known color: Governor Bay. HEX triplet: 44, 49 and AF. RGB value is (68,73,175). Sum of RGB (Red+Green+Blue) = 68+73+175=316 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.52% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 175 (68.75% from 255 or 55.38% from 316); Max value from RGB is 175 - color contains mainly: blue. Hex color #4449AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4449AF is #BBB650. Grayscale: #525252. Windows color (decimal): -12301905 or 11487556. OLE color: 11487556.

HSL color Cylindrical-coordinate representation of color #4449AF: hue angle of 237.2º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4449AF is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 68 73 175 -
CMYK 0.61 0.58 0 0.31
HSL 237.2º 0.44% 0.48% -
HSV(B) 237.2º 0.61% 0.69% -
XYZ 12.5 9.09 41.65 -
YUV 83.13 179.84 117.21 -
System Red Green Blue C M Y K H S L
Decimal 68 73 175 0.61 0.58 0 0.31 237.2 0.44 0.48
Hex 44 49 AF 3D 3A 0 1F ED 2C 30
Octal 104 111 257 75 72 0 37 355 54 60
Binary 1000100 1001001 10101111 111101 111010 0 11111 11101101 101100 110000

Color Harmonies of #4449AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4449AF

Black with #4449AF

Text Example


Text Example

White with #4449AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4449AF; }

 p { color: rgb(68,73,175); }

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

background-color css

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

 a { background-color: rgb(68,73,175); }

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

border-color css

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

 span { border-color: rgb(68,73,175); }

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