Html Css Color HEX #434E5A Cello

📋 copy color: '#434E5A'

red 67 ◦ green 78 ◦ blue 90

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

Shades of Cello #434E5A

Tints of Cello #434E5A

RGB

 RED value IS 67 (26.56% from 255) = 28.51%

 GREEN value IS 78 (30.86% from 255) = 33.19%

 BLUE value IS 90 (35.55% from 255) = 38.3%

R = 28.51%
G = 33.19%
B = 38.3%

CMYK

 C value IS 0.26

 M value IS 0.13

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#434E5A (or 0x434E5A) is known color: Cello. HEX triplet: 43, 4E and 5A. RGB value is (67,78,90). Sum of RGB (Red+Green+Blue) = 67+78+90=235 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.51% from 235); Green value is 78 (30.86% from 255 or 33.19% from 235); Blue value is 90 (35.55% from 255 or 38.30% from 235); Max value from RGB is 90 - color contains mainly: blue. Hex color #434E5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434E5A is #BCB1A5. Grayscale: #4C4C4C. Windows color (decimal): -12366246 or 5918275. OLE color: 5918275.

HSL color Cylindrical-coordinate representation of color #434E5A: hue angle of 211.3º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #434E5A is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 67 78 90 -
CMYK 0.26 0.13 0 0.65
HSL 211.3º 0.15% 0.31% -
HSV(B) 211.3º 0.26% 0.35% -
XYZ 6.88 7.38 10.73 -
YUV 76.08 135.86 121.52 -
System Red Green Blue C M Y K H S L
Decimal 67 78 90 0.26 0.13 0 0.65 211.3 0.15 0.31
Hex 43 4E 5A 1A D 0 41 D3 F 1F
Octal 103 116 132 32 15 0 101 323 17 37
Binary 1000011 1001110 1011010 11010 1101 0 1000001 11010011 1111 11111

Color Harmonies of #434E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434E5A

Black with #434E5A

Text Example


Text Example

White with #434E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434E5A; }

 p { color: rgb(67,78,90); }

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

background-color css

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

 a { background-color: rgb(67,78,90); }

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

border-color css

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

 span { border-color: rgb(67,78,90); }

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