Html Css Color HEX #42639B Mariner

📋 copy color: '#42639B'

red 66 ◦ green 99 ◦ blue 155

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

Shades of Mariner #42639B

Tints of Mariner #42639B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.94%

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

R = 20.63%
G = 30.94%
B = 48.44%

CMYK

 C value IS 0.57

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42639B (or 0x42639B) is known color: Mariner. HEX triplet: 42, 63 and 9B. RGB value is (66,99,155). Sum of RGB (Red+Green+Blue) = 66+99+155=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 155 (60.94% from 255 or 48.44% from 320); Max value from RGB is 155 - color contains mainly: blue. Hex color #42639B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42639B is #BD9C64. Grayscale: #5F5F5F. Windows color (decimal): -12426341 or 10183490. OLE color: 10183490.

HSL color Cylindrical-coordinate representation of color #42639B: hue angle of 217.75º 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 #42639B is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 99 155 -
CMYK 0.57 0.36 0 0.39
HSL 217.75º 0.4% 0.43% -
HSV(B) 217.75º 0.57% 0.61% -
XYZ 12.63 12.45 32.75 -
YUV 95.52 161.57 106.95 -
System Red Green Blue C M Y K H S L
Decimal 66 99 155 0.57 0.36 0 0.39 217.75 0.4 0.43
Hex 42 63 9B 39 24 0 27 DA 28 2B
Octal 102 143 233 71 44 0 47 332 50 53
Binary 1000010 1100011 10011011 111001 100100 0 100111 11011010 101000 101011

Color Harmonies of #42639B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42639B

Black with #42639B

Text Example


Text Example

White with #42639B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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