Html Css Color HEX #709BB4 Shakespeare

📋 copy color: '#709BB4'

red 112 ◦ green 155 ◦ blue 180

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

Shades of Shakespeare #709BB4

Tints of Shakespeare #709BB4

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.68%

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

R = 25.06%
G = 34.68%
B = 40.27%

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

#709BB4 (or 0x709BB4) is known color: Shakespeare. HEX triplet: 70, 9B and B4. RGB value is (112,155,180). Sum of RGB (Red+Green+Blue) = 112+155+180=447 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.06% from 447); Green value is 155 (60.94% from 255 or 34.68% from 447); Blue value is 180 (70.70% from 255 or 40.27% from 447); Max value from RGB is 180 - color contains mainly: blue. Hex color #709BB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709BB4 is #8F644B. Grayscale: #909090. Windows color (decimal): -9397324 or 11836272. OLE color: 11836272.

HSL color Cylindrical-coordinate representation of color #709BB4: hue angle of 202.06º 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 #709BB4 is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 112 155 180 -
CMYK 0.38 0.14 0 0.29
HSL 202.06º 0.31% 0.57% -
HSV(B) 202.06º 0.38% 0.71% -
XYZ 26.64 30.18 47.6 -
YUV 144.99 147.75 104.47 -
System Red Green Blue C M Y K H S L
Decimal 112 155 180 0.38 0.14 0 0.29 202.06 0.31 0.57
Hex 70 9B B4 26 E 0 1D CA 1F 39
Octal 160 233 264 46 16 0 35 312 37 71
Binary 1110000 10011011 10110100 100110 1110 0 11101 11001010 11111 111001

Color Harmonies of #709BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709BB4

Black with #709BB4

Text Example


Text Example

White with #709BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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