Html Css Color HEX #42648B Wedgewood

📋 copy color: '#42648B'

red 66 ◦ green 100 ◦ blue 139

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

Shades of Wedgewood #42648B

Tints of Wedgewood #42648B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.79%

 BLUE value IS 139 (54.69% from 255) = 45.57%

R = 21.64%
G = 32.79%
B = 45.57%

CMYK

 C value IS 0.53

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#42648B (or 0x42648B) is known color: Wedgewood. HEX triplet: 42, 64 and 8B. RGB value is (66,100,139). Sum of RGB (Red+Green+Blue) = 66+100+139=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 100 (39.45% from 255 or 32.79% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 139 - color contains mainly: blue. Hex color #42648B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42648B is #BD9B74. Grayscale: #5E5E5E. Windows color (decimal): -12426101 or 9135170. OLE color: 9135170.

HSL color Cylindrical-coordinate representation of color #42648B: hue angle of 212.05º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #42648B is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 100 139 -
CMYK 0.53 0.28 0 0.45
HSL 212.05º 0.36% 0.4% -
HSV(B) 212.05º 0.53% 0.55% -
XYZ 11.46 12.14 26.16 -
YUV 94.28 153.24 107.83 -
System Red Green Blue C M Y K H S L
Decimal 66 100 139 0.53 0.28 0 0.45 212.05 0.36 0.4
Hex 42 64 8B 35 1C 0 2D D4 24 28
Octal 102 144 213 65 34 0 55 324 44 50
Binary 1000010 1100100 10001011 110101 11100 0 101101 11010100 100100 101000

Color Harmonies of #42648B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42648B

Black with #42648B

Text Example


Text Example

White with #42648B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,100,139); }

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

background-color css

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

 a { background-color: rgb(66,100,139); }

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

border-color css

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

 span { border-color: rgb(66,100,139); }

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