Html Css Color HEX #42669C Mariner

📋 copy color: '#42669C'

red 66 ◦ green 102 ◦ blue 156

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

Shades of Mariner #42669C

Tints of Mariner #42669C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 48.15%

R = 20.37%
G = 31.48%
B = 48.15%

CMYK

 C value IS 0.58

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42669C (or 0x42669C) is known color: Mariner. HEX triplet: 42, 66 and 9C. RGB value is (66,102,156). Sum of RGB (Red+Green+Blue) = 66+102+156=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 156 (61.33% from 255 or 48.15% from 324); Max value from RGB is 156 - color contains mainly: blue. Hex color #42669C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42669C is #BD9963. Grayscale: #616161. Windows color (decimal): -12425572 or 10249794. OLE color: 10249794.

HSL color Cylindrical-coordinate representation of color #42669C: hue angle of 216º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42669C is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 102 156 -
CMYK 0.58 0.35 0 0.39
HSL 216º 0.41% 0.44% -
HSV(B) 216º 0.58% 0.61% -
XYZ 13 13.06 33.29 -
YUV 97.39 161.07 105.61 -
System Red Green Blue C M Y K H S L
Decimal 66 102 156 0.58 0.35 0 0.39 216 0.41 0.44
Hex 42 66 9C 3A 23 0 27 D8 29 2C
Octal 102 146 234 72 43 0 47 330 51 54
Binary 1000010 1100110 10011100 111010 100011 0 100111 11011000 101001 101100

Color Harmonies of #42669C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42669C

Black with #42669C

Text Example


Text Example

White with #42669C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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