Html Css Color HEX #4062AF Mariner

📋 copy color: '#4062AF'

red 64 ◦ green 98 ◦ blue 175

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

Shades of Mariner #4062AF

Tints of Mariner #4062AF

RGB

 RED value IS 64 (25.39% from 255) = 18.99%

 GREEN value IS 98 (38.67% from 255) = 29.08%

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

R = 18.99%
G = 29.08%
B = 51.93%

CMYK

 C value IS 0.63

 M value IS 0.44

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4062AF (or 0x4062AF) is known color: Mariner. HEX triplet: 40, 62 and AF. RGB value is (64,98,175). Sum of RGB (Red+Green+Blue) = 64+98+175=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 175 (68.75% from 255 or 51.93% from 337); Max value from RGB is 175 - color contains mainly: blue. Hex color #4062AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4062AF is #BF9D50. Grayscale: #606060. Windows color (decimal): -12557649 or 11493952. OLE color: 11493952.

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

Color convert

RGB 64 98 175 -
CMYK 0.63 0.44 0 0.31
HSL 221.62º 0.46% 0.47% -
HSV(B) 221.62º 0.63% 0.69% -
XYZ 14.22 12.92 42.3 -
YUV 96.61 172.24 104.74 -
System Red Green Blue C M Y K H S L
Decimal 64 98 175 0.63 0.44 0 0.31 221.62 0.46 0.47
Hex 40 62 AF 3F 2C 0 1F DE 2E 2F
Octal 100 142 257 77 54 0 37 336 56 57
Binary 1000000 1100010 10101111 111111 101100 0 11111 11011110 101110 101111

Color Harmonies of #4062AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4062AF

Black with #4062AF

Text Example


Text Example

White with #4062AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,98,175); }

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

background-color css

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

 a { background-color: rgb(64,98,175); }

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

border-color css

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

 span { border-color: rgb(64,98,175); }

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