Html Css Color HEX #4458AA Mariner

📋 copy color: '#4458AA'

red 68 ◦ green 88 ◦ blue 170

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

Shades of Mariner #4458AA

Tints of Mariner #4458AA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.99%

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

R = 20.86%
G = 26.99%
B = 52.15%

CMYK

 C value IS 0.6

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4458AA (or 0x4458AA) is known color: Mariner. HEX triplet: 44, 58 and AA. RGB value is (68,88,170). Sum of RGB (Red+Green+Blue) = 68+88+170=326 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.86% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 170 (66.80% from 255 or 52.15% from 326); Max value from RGB is 170 - color contains mainly: blue. Hex color #4458AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4458AA is #BBA755. Grayscale: #5B5B5B. Windows color (decimal): -12298070 or 11163716. OLE color: 11163716.

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

Color convert

RGB 68 88 170 -
CMYK 0.6 0.48 0 0.33
HSL 228.24º 0.43% 0.47% -
HSV(B) 228.24º 0.6% 0.67% -
XYZ 13.13 11.11 39.48 -
YUV 91.37 172.37 111.33 -
System Red Green Blue C M Y K H S L
Decimal 68 88 170 0.6 0.48 0 0.33 228.24 0.43 0.47
Hex 44 58 AA 3C 30 0 21 E4 2B 2F
Octal 104 130 252 74 60 0 41 344 53 57
Binary 1000100 1011000 10101010 111100 110000 0 100001 11100100 101011 101111

Color Harmonies of #4458AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4458AA

Black with #4458AA

Text Example


Text Example

White with #4458AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4458AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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