Html Css Color HEX #707AB4 Chetwode Blue

📋 copy color: '#707AB4'

red 112 ◦ green 122 ◦ blue 180

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

Shades of Chetwode Blue #707AB4

Tints of Chetwode Blue #707AB4

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.47%

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

R = 27.05%
G = 29.47%
B = 43.48%

CMYK

 C value IS 0.38

 M value IS 0.32

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#707AB4 (or 0x707AB4) is known color: Chetwode Blue. HEX triplet: 70, 7A and B4. RGB value is (112,122,180). Sum of RGB (Red+Green+Blue) = 112+122+180=414 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.05% from 414); Green value is 122 (48.05% from 255 or 29.47% from 414); Blue value is 180 (70.70% from 255 or 43.48% from 414); Max value from RGB is 180 - color contains mainly: blue. Hex color #707AB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707AB4 is #8F854B. Grayscale: #7D7D7D. Windows color (decimal): -9405772 or 11827824. OLE color: 11827824.

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

Color convert

RGB 112 122 180 -
CMYK 0.38 0.32 0 0.29
HSL 231.18º 0.31% 0.57% -
HSV(B) 231.18º 0.38% 0.71% -
XYZ 21.88 20.66 46.01 -
YUV 125.62 158.69 118.28 -
System Red Green Blue C M Y K H S L
Decimal 112 122 180 0.38 0.32 0 0.29 231.18 0.31 0.57
Hex 70 7A B4 26 20 0 1D E7 1F 39
Octal 160 172 264 46 40 0 35 347 37 71
Binary 1110000 1111010 10110100 100110 100000 0 11101 11100111 11111 111001

Color Harmonies of #707AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707AB4

Black with #707AB4

Text Example


Text Example

White with #707AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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