Html Css Color HEX #42669B Mariner

📋 copy color: '#42669B'

red 66 ◦ green 102 ◦ blue 155

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

Shades of Mariner #42669B

Tints of Mariner #42669B

RGB

 RED value IS 66 (26.17% from 255) = 20.43%

 GREEN value IS 102 (40.23% from 255) = 31.58%

 BLUE value IS 155 (60.94% from 255) = 47.99%

R = 20.43%
G = 31.58%
B = 47.99%

CMYK

 C value IS 0.57

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42669B (or 0x42669B) is known color: Mariner. HEX triplet: 42, 66 and 9B. RGB value is (66,102,155). Sum of RGB (Red+Green+Blue) = 66+102+155=323 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.43% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 155 (60.94% from 255 or 47.99% from 323); Max value from RGB is 155 - color contains mainly: blue. Hex color #42669B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42669B is #BD9964. Grayscale: #616161. Windows color (decimal): -12425573 or 10184258. OLE color: 10184258.

HSL color Cylindrical-coordinate representation of color #42669B: hue angle of 215.73º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #42669B is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 102 155 -
CMYK 0.57 0.34 0 0.39
HSL 215.73º 0.4% 0.43% -
HSV(B) 215.73º 0.57% 0.61% -
XYZ 12.91 13.03 32.84 -
YUV 97.28 160.57 105.69 -
System Red Green Blue C M Y K H S L
Decimal 66 102 155 0.57 0.34 0 0.39 215.73 0.4 0.43
Hex 42 66 9B 39 22 0 27 D8 28 2B
Octal 102 146 233 71 42 0 47 330 50 53
Binary 1000010 1100110 10011011 111001 100010 0 100111 11011000 101000 101011

Color Harmonies of #42669B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42669B

Black with #42669B

Text Example


Text Example

White with #42669B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42669B; }

 p { color: rgb(66,102,155); }

 H1.HeaderClassName
 {
   color: #42669B;
 }
 .AnyTagClassName
 {
   color: #42669B;
 }
</style>

background-color css

<style>
 a { background-color: #42669B; }

 a { background-color: rgb(66,102,155); }

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

border-color css

<style>
 span { border-color: #42669B; }

 span { border-color: rgb(66,102,155); }

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