Html Css Color HEX #425266 Cello

📋 copy color: '#425266'

red 66 ◦ green 82 ◦ blue 102

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

Shades of Cello #425266

Tints of Cello #425266

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.8%

 BLUE value IS 102 (40.23% from 255) = 40.8%

R = 26.4%
G = 32.8%
B = 40.8%

CMYK

 C value IS 0.35

 M value IS 0.20

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#425266 (or 0x425266) is known color: Cello. HEX triplet: 42, 52 and 66. RGB value is (66,82,102). Sum of RGB (Red+Green+Blue) = 66+82+102=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 102 (40.23% from 255 or 40.8% from 250); Max value from RGB is 102 - color contains mainly: blue. Hex color #425266 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425266 is #BDAD99. Grayscale: #4F4F4F. Windows color (decimal): -12430746 or 6705730. OLE color: 6705730.

HSL color Cylindrical-coordinate representation of color #425266: hue angle of 213.33º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #425266 is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 66 82 102 -
CMYK 0.35 0.20 0 0.6
HSL 213.33º 0.21% 0.33% -
HSV(B) 213.33º 0.35% 0.4% -
XYZ 7.66 8.15 13.74 -
YUV 79.5 140.7 118.37 -
System Red Green Blue C M Y K H S L
Decimal 66 82 102 0.35 0.20 0 0.6 213.33 0.21 0.33
Hex 42 52 66 23 14 0 3C D5 15 21
Octal 102 122 146 43 24 0 74 325 25 41
Binary 1000010 1010010 1100110 100011 10100 0 111100 11010101 10101 100001

Color Harmonies of #425266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425266

Black with #425266

Text Example


Text Example

White with #425266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425266; }

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

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

background-color css

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

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

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

border-color css

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

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

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