Html Css Color HEX #949DAE Rock Blue

📋 copy color: '#949DAE'

red 148 ◦ green 157 ◦ blue 174

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

Shades of Rock Blue #949DAE

Tints of Rock Blue #949DAE

RGB

 RED value IS 148 (58.2% from 255) = 30.9%

 GREEN value IS 157 (61.72% from 255) = 32.78%

 BLUE value IS 174 (68.36% from 255) = 36.33%

R = 30.9%
G = 32.78%
B = 36.33%

CMYK

 C value IS 0.15

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#949DAE (or 0x949DAE) is known color: Rock Blue. HEX triplet: 94, 9D and AE. RGB value is (148,157,174). Sum of RGB (Red+Green+Blue) = 148+157+174=479 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.90% from 479); Green value is 157 (61.72% from 255 or 32.78% from 479); Blue value is 174 (68.36% from 255 or 36.33% from 479); Max value from RGB is 174 - color contains mainly: blue. Hex color #949DAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949DAE is #6B6251. Grayscale: #9C9C9C. Windows color (decimal): -7037522 or 11443604. OLE color: 11443604.

HSL color Cylindrical-coordinate representation of color #949DAE: hue angle of 219.23º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #949DAE is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 148 157 174 -
CMYK 0.15 0.10 0 0.32
HSL 219.23º 0.14% 0.63% -
HSV(B) 219.23º 0.15% 0.68% -
XYZ 31.91 33.47 44.82 -
YUV 156.25 138.02 122.12 -
System Red Green Blue C M Y K H S L
Decimal 148 157 174 0.15 0.10 0 0.32 219.23 0.14 0.63
Hex 94 9D AE F A 0 20 DB E 3F
Octal 224 235 256 17 12 0 40 333 16 77
Binary 10010100 10011101 10101110 1111 1010 0 100000 11011011 1110 111111

Color Harmonies of #949DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949DAE

Black with #949DAE

Text Example


Text Example

White with #949DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949DAE; }

 p { color: rgb(148,157,174); }

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

background-color css

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

 a { background-color: rgb(148,157,174); }

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

border-color css

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

 span { border-color: rgb(148,157,174); }

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