Html Css Color HEX #949EB4 Rock Blue

📋 copy color: '#949EB4'

red 148 ◦ green 158 ◦ blue 180

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

Shades of Rock Blue #949EB4

Tints of Rock Blue #949EB4

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.51%

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

R = 30.45%
G = 32.51%
B = 37.04%

CMYK

 C value IS 0.18

 M value IS 0.12

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#949EB4 (or 0x949EB4) is known color: Rock Blue. HEX triplet: 94, 9E and B4. RGB value is (148,158,180). Sum of RGB (Red+Green+Blue) = 148+158+180=486 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.45% from 486); Green value is 158 (62.11% from 255 or 32.51% from 486); Blue value is 180 (70.70% from 255 or 37.04% from 486); Max value from RGB is 180 - color contains mainly: blue. Hex color #949EB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949EB4 is #6B614B. Grayscale: #9D9D9D. Windows color (decimal): -7037260 or 11837076. OLE color: 11837076.

HSL color Cylindrical-coordinate representation of color #949EB4: hue angle of 221.25º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #949EB4 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 148 158 180 -
CMYK 0.18 0.12 0 0.29
HSL 221.25º 0.18% 0.64% -
HSV(B) 221.25º 0.18% 0.71% -
XYZ 32.68 34.04 48.03 -
YUV 157.52 140.69 121.21 -
System Red Green Blue C M Y K H S L
Decimal 148 158 180 0.18 0.12 0 0.29 221.25 0.18 0.64
Hex 94 9E B4 12 C 0 1D DD 12 40
Octal 224 236 264 22 14 0 35 335 22 100
Binary 10010100 10011110 10110100 10010 1100 0 11101 11011101 10010 1000000

Color Harmonies of #949EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949EB4

Black with #949EB4

Text Example


Text Example

White with #949EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,158,180); }

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

background-color css

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

 a { background-color: rgb(148,158,180); }

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

border-color css

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

 span { border-color: rgb(148,158,180); }

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