Html Css Color HEX #4069B7 Mariner

📋 copy color: '#4069B7'

red 64 ◦ green 105 ◦ blue 183

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

Shades of Mariner #4069B7

Tints of Mariner #4069B7

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.83%

 BLUE value IS 183 (71.88% from 255) = 51.99%

R = 18.18%
G = 29.83%
B = 51.99%

CMYK

 C value IS 0.65

 M value IS 0.43

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#4069B7 (or 0x4069B7) is known color: Mariner. HEX triplet: 40, 69 and B7. RGB value is (64,105,183). Sum of RGB (Red+Green+Blue) = 64+105+183=352 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.18% from 352); Green value is 105 (41.41% from 255 or 29.83% from 352); Blue value is 183 (71.88% from 255 or 51.99% from 352); Max value from RGB is 183 - color contains mainly: blue. Hex color #4069B7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4069B7 is #BF9648. Grayscale: #656565. Windows color (decimal): -12555849 or 12020032. OLE color: 12020032.

HSL color Cylindrical-coordinate representation of color #4069B7: hue angle of 219.33º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4069B7 is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 64 105 183 -
CMYK 0.65 0.43 0 0.28
HSL 219.33º 0.48% 0.48% -
HSV(B) 219.33º 0.65% 0.72% -
XYZ 15.71 14.61 46.79 -
YUV 101.63 173.92 101.16 -
System Red Green Blue C M Y K H S L
Decimal 64 105 183 0.65 0.43 0 0.28 219.33 0.48 0.48
Hex 40 69 B7 41 2B 0 1C DB 30 30
Octal 100 151 267 101 53 0 34 333 60 60
Binary 1000000 1101001 10110111 1000001 101011 0 11100 11011011 110000 110000

Color Harmonies of #4069B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4069B7

Black with #4069B7

Text Example


Text Example

White with #4069B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4069B7; }

 p { color: rgb(64,105,183); }

 H1.HeaderClassName
 {
   color: #4069B7;
 }
 .AnyTagClassName
 {
   color: #4069B7;
 }
</style>

background-color css

<style>
 a { background-color: #4069B7; }

 a { background-color: rgb(64,105,183); }

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

border-color css

<style>
 span { border-color: #4069B7; }

 span { border-color: rgb(64,105,183); }

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