Html Css Color HEX #949CAC Rock Blue

📋 copy color: '#949CAC'

red 148 ◦ green 156 ◦ blue 172

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

Shades of Rock Blue #949CAC

Tints of Rock Blue #949CAC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.77%

 BLUE value IS 172 (67.58% from 255) = 36.13%

R = 31.09%
G = 32.77%
B = 36.13%

CMYK

 C value IS 0.14

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#949CAC (or 0x949CAC) is known color: Rock Blue. HEX triplet: 94, 9C and AC. RGB value is (148,156,172). Sum of RGB (Red+Green+Blue) = 148+156+172=476 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.09% from 476); Green value is 156 (61.33% from 255 or 32.77% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 172 - color contains mainly: blue. Hex color #949CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949CAC is #6B6353. Grayscale: #9B9B9B. Windows color (decimal): -7037780 or 11312276. OLE color: 11312276.

HSL color Cylindrical-coordinate representation of color #949CAC: hue angle of 220º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #949CAC is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 156 172 -
CMYK 0.14 0.09 0 0.33
HSL 220º 0.13% 0.63% -
HSV(B) 220º 0.14% 0.67% -
XYZ 31.55 33.05 43.75 -
YUV 155.43 137.35 122.7 -
System Red Green Blue C M Y K H S L
Decimal 148 156 172 0.14 0.09 0 0.33 220 0.13 0.63
Hex 94 9C AC E 9 0 21 DC D 3F
Octal 224 234 254 16 11 0 41 334 15 77
Binary 10010100 10011100 10101100 1110 1001 0 100001 11011100 1101 111111

Color Harmonies of #949CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949CAC

Black with #949CAC

Text Example


Text Example

White with #949CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,156,172); }

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

background-color css

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

 a { background-color: rgb(148,156,172); }

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

border-color css

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

 span { border-color: rgb(148,156,172); }

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