Html Css Color HEX #42403C Space Shuttle

📋 copy color: '#42403C'

red 66 ◦ green 64 ◦ blue 60

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

Shades of Space Shuttle #42403C

Tints of Space Shuttle #42403C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 33.68%

 BLUE value IS 60 (23.83% from 255) = 31.58%

R = 34.74%
G = 33.68%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.09

 K value IS 0.74

RGB Variations

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

Color information

#42403C (or 0x42403C) is known color: Space Shuttle. HEX triplet: 42, 40 and 3C. RGB value is (66,64,60). Sum of RGB (Red+Green+Blue) = 66+64+60=190 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.74% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 60 (23.83% from 255 or 31.58% from 190); Max value from RGB is 66 - color contains mainly: red. Hex color #42403C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42403C is #BDBFC3. Grayscale: #404040. Windows color (decimal): -12435396 or 3948610. OLE color: 3948610.

HSL color Cylindrical-coordinate representation of color #42403C: hue angle of 40º degrees, saturation: 0.05, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #42403C is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 64 60 -
CMYK 0 0.03 0.09 0.74
HSL 40º 0.05% 0.25% -
HSV(B) 40º 0.09% 0.26% -
XYZ 4.9 5.15 5.01 -
YUV 64.14 125.66 129.33 -
System Red Green Blue C M Y K H S L
Decimal 66 64 60 0 0.03 0.09 0.74 40 0.05 0.25
Hex 42 40 3C 0 3 9 4A 28 5 19
Octal 102 100 74 0 3 11 112 50 5 31
Binary 1000010 1000000 111100 0 11 1001 1001010 101000 101 11001

Color Harmonies of #42403C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42403C

Black with #42403C

Text Example


Text Example

White with #42403C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,64,60); }

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

background-color css

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

 a { background-color: rgb(66,64,60); }

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

border-color css

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

 span { border-color: rgb(66,64,60); }

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