#4282BB

Color #4282BB Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #4282BB

Tints of Curious Blue #4282BB

Color information

#4282BB (or 0x4282BB) is unknown color: approx Curious Blue. HEX triplet: 42, 82 and BB. RGB value is (66,130,187). Sum of RGB (Red+Green+Blue) = 66+130+187=383 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.23% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #4282BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4282BB is #BD7D44. Grayscale: #757575. Windows color (decimal): -12418373 or 12288578. OLE color: 12288578.

HSL color Cylindrical-coordinate representation of color #4282BB: hue angle of 208.26º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4282BB is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB66130187-
CMYK0.650.3000.27
HSL208.26º47.83%49.61%-
HSV(B)208.26º64.71%73.33%-
XYZ19.220.7150-
YUV117.36167.391.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.23%
GREEN value IS 130 (51.17% from 255) = 33.94%
BLUE value IS 187 (73.44% from 255) = 48.83%
R=17.23%
G=33.94%
B=48.83%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal661301870.650.3000.27208.2647.8349.61
Hex4282BB411E01Bd03032
Octal102202273101360333206062
Binary1000010100000101011101110000011111001101111010000110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4282BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4282BB; }

 p { color: rgb(66,130,187); }

 H1.HeaderClassName
 {
   color: #4282BB;
 }
 .AnyTagClassName
 {
   color: #4282BB;
 }
</style>
background-color css

<style>
 a { background-color: #4282BB; }

 a { background-color: rgb(66,130,187); }

 div.DivClassName
 {
   background-color: #4282BB;
 }
 .BgClassName
 {
   background-color: #4282BB;
 }
</style>
border-color css

<style>
 span { border-color: #4282BB; }

 span { border-color: rgb(66,130,187); }

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