Html Css Color HEX #4458AD Mariner

📋 copy color: '#4458AD'

red 68 ◦ green 88 ◦ blue 173

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

Shades of Mariner #4458AD

Tints of Mariner #4458AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 52.58%

R = 20.67%
G = 26.75%
B = 52.58%

CMYK

 C value IS 0.61

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4458AD (or 0x4458AD) is known color: Mariner. HEX triplet: 44, 58 and AD. RGB value is (68,88,173). Sum of RGB (Red+Green+Blue) = 68+88+173=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 173 (67.97% from 255 or 52.58% from 329); Max value from RGB is 173 - color contains mainly: blue. Hex color #4458AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4458AD is #BBA752. Grayscale: #5B5B5B. Windows color (decimal): -12298067 or 11360324. OLE color: 11360324.

HSL color Cylindrical-coordinate representation of color #4458AD: hue angle of 228.57º 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 #4458AD is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 68 88 173 -
CMYK 0.61 0.49 0 0.32
HSL 228.57º 0.44% 0.47% -
HSV(B) 228.57º 0.61% 0.68% -
XYZ 13.42 11.23 40.99 -
YUV 91.71 173.87 111.09 -
System Red Green Blue C M Y K H S L
Decimal 68 88 173 0.61 0.49 0 0.32 228.57 0.44 0.47
Hex 44 58 AD 3D 31 0 20 E5 2C 2F
Octal 104 130 255 75 61 0 40 345 54 57
Binary 1000100 1011000 10101101 111101 110001 0 100000 11100101 101100 101111

Color Harmonies of #4458AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4458AD

Black with #4458AD

Text Example


Text Example

White with #4458AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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