Html Css Color HEX #709AB4 Shakespeare

📋 copy color: '#709AB4'

red 112 ◦ green 154 ◦ blue 180

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

Shades of Shakespeare #709AB4

Tints of Shakespeare #709AB4

RGB

 RED value IS 112 (44.14% from 255) = 25.11%

 GREEN value IS 154 (60.55% from 255) = 34.53%

 BLUE value IS 180 (70.7% from 255) = 40.36%

R = 25.11%
G = 34.53%
B = 40.36%

CMYK

 C value IS 0.38

 M value IS 0.14

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#709AB4 (or 0x709AB4) is known color: Shakespeare. HEX triplet: 70, 9A and B4. RGB value is (112,154,180). Sum of RGB (Red+Green+Blue) = 112+154+180=446 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.11% from 446); Green value is 154 (60.55% from 255 or 34.53% from 446); Blue value is 180 (70.70% from 255 or 40.36% from 446); Max value from RGB is 180 - color contains mainly: blue. Hex color #709AB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709AB4 is #8F654B. Grayscale: #909090. Windows color (decimal): -9397580 or 11836016. OLE color: 11836016.

HSL color Cylindrical-coordinate representation of color #709AB4: hue angle of 202.94º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #709AB4 is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 112 154 180 -
CMYK 0.38 0.14 0 0.29
HSL 202.94º 0.31% 0.57% -
HSV(B) 202.94º 0.38% 0.71% -
XYZ 26.48 29.85 47.55 -
YUV 144.41 148.09 104.89 -
System Red Green Blue C M Y K H S L
Decimal 112 154 180 0.38 0.14 0 0.29 202.94 0.31 0.57
Hex 70 9A B4 26 E 0 1D CB 1F 39
Octal 160 232 264 46 16 0 35 313 37 71
Binary 1110000 10011010 10110100 100110 1110 0 11101 11001011 11111 111001

Color Harmonies of #709AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709AB4

Black with #709AB4

Text Example


Text Example

White with #709AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709AB4; }

 p { color: rgb(112,154,180); }

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

background-color css

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

 a { background-color: rgb(112,154,180); }

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

border-color css

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

 span { border-color: rgb(112,154,180); }

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