Html Css Color HEX #042640 Tangaroa

📋 copy color: '#042640'

red 4 ◦ green 38 ◦ blue 64

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

Shades of Tangaroa #042640

Tints of Tangaroa #042640

RGB

 RED value IS 4 (1.95% from 255) = 3.77%

 GREEN value IS 38 (15.23% from 255) = 35.85%

 BLUE value IS 64 (25.39% from 255) = 60.38%

R = 3.77%
G = 35.85%
B = 60.38%

CMYK

 C value IS 0.94

 M value IS 0.41

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#042640 (or 0x042640) is known color: Tangaroa. HEX triplet: 04, 26 and 40. RGB value is (4,38,64). Sum of RGB (Red+Green+Blue) = 4+38+64=106 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.77% from 106); Green value is 38 (15.23% from 255 or 35.85% from 106); Blue value is 64 (25.39% from 255 or 60.38% from 106); Max value from RGB is 64 - color contains mainly: blue. Hex color #042640 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042640 is #FBD9BF. Grayscale: #1E1E1E. Windows color (decimal): -16505280 or 4204036. OLE color: 4204036.

HSL color Cylindrical-coordinate representation of color #042640: hue angle of 206º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #042640 is Cyan = 0.94, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 4 38 64 -
CMYK 0.94 0.41 0 0.75
HSL 206º 0.88% 0.13% -
HSV(B) 206º 0.94% 0.25% -
XYZ 1.67 1.78 5.11 -
YUV 30.8 146.74 108.89 -
System Red Green Blue C M Y K H S L
Decimal 4 38 64 0.94 0.41 0 0.75 206 0.88 0.13
Hex 4 26 40 5E 29 0 4B CE 58 D
Octal 4 46 100 136 51 0 113 316 130 15
Binary 100 100110 1000000 1011110 101001 0 1001011 11001110 1011000 1101

Color Harmonies of #042640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042640

Black with #042640

Text Example


Text Example

White with #042640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042640; }

 p { color: rgb(4,38,64); }

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

background-color css

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

 a { background-color: rgb(4,38,64); }

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

border-color css

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

 span { border-color: rgb(4,38,64); }

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