Html Css Color HEX #296479 Orient

📋 copy color: '#296479'

red 41 ◦ green 100 ◦ blue 121

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

Shades of Orient #296479

Tints of Orient #296479

RGB

 RED value IS 41 (16.41% from 255) = 15.65%

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

 BLUE value IS 121 (47.66% from 255) = 46.18%

R = 15.65%
G = 38.17%
B = 46.18%

CMYK

 C value IS 0.66

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#296479 (or 0x296479) is known color: Orient. HEX triplet: 29, 64 and 79. RGB value is (41,100,121). Sum of RGB (Red+Green+Blue) = 41+100+121=262 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.65% from 262); Green value is 100 (39.45% from 255 or 38.17% from 262); Blue value is 121 (47.66% from 255 or 46.18% from 262); Max value from RGB is 121 - color contains mainly: blue. Hex color #296479 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296479 is #D69B86. Grayscale: #545454. Windows color (decimal): -14064519 or 7955497. OLE color: 7955497.

HSL color Cylindrical-coordinate representation of color #296479: hue angle of 195.75º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #296479 is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 100 121 -
CMYK 0.66 0.17 0 0.53
HSL 195.75º 0.49% 0.32% -
HSV(B) 195.75º 0.66% 0.47% -
XYZ 8.92 10.97 19.74 -
YUV 84.75 148.45 96.79 -
System Red Green Blue C M Y K H S L
Decimal 41 100 121 0.66 0.17 0 0.53 195.75 0.49 0.32
Hex 29 64 79 42 11 0 35 C4 31 20
Octal 51 144 171 102 21 0 65 304 61 40
Binary 101001 1100100 1111001 1000010 10001 0 110101 11000100 110001 100000

Color Harmonies of #296479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296479

Black with #296479

Text Example


Text Example

White with #296479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296479; }

 p { color: rgb(41,100,121); }

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

background-color css

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

 a { background-color: rgb(41,100,121); }

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

border-color css

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

 span { border-color: rgb(41,100,121); }

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